Hi all,

I have a list handling problem. I have two list, one of them with depth=1
and the other one depth=2:

A = [
      [ A, B, C ]
      [ D, E, F ]
      [ G, H, I ]

    ]
B = [ 1, 2, 3 ]



I want combine to combine ABC with 1, getting A1, B1, C1, then D2, E2, F2,
then G3,H3,I3.

This is exactly the example at the end of the page
http://www.mygrid.org.uk/dev/wiki/display/taverna/List+handling, but I
follow the steps explained in this page, and I get a different combination:
A1,B2,C3, D1,E2,F3, etc.


In fact, I would like to combine in this way: 1A,1B,1C,2D,2E,2F,3G,3H,3I,
but first I wanted to test the example in the mygrid wiki and then to
change the example to get my combination, but I didn't get the combination
of the example (A1, B1, C1, D2, E2, F2, etc)

Can you help me?

Thanks,

Susana.

-- 
Susana Sánchez Expósito

Instituto de Astrofísica de Andalucía   IAA (CSIC)
Camino Bajo de Huétor, 50. Granada E-18008
Tel:(+34) 958 121 311 / (+34) 958 230 618
Fax:(+34) 958 814 530
e-mail: [email protected]
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
taverna-users mailing list
[email protected]
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/

Reply via email to