Hi all, This is a question about <repeat> tag. How can we pass the repeat tag parameters nested within another repeat tag to command tag? For example,I have a front end like the following <conditional name="cond1"> <when value="something"> <repeat name="rpt1".........> <param1........> <repeat name="rpt2"...........> <param2............> </repeat> </repeat> </when> </conditional> How can I access the param2?
Take a look at the Cuffdiff wrapper (cuffdiff_wrapper.xml) for an example of working with nested repeats. Best, J. On Apr 5, 2012, at 3:32 PM, Unknown wrote:
Hi all,
This is a question about <repeat> tag. How can we pass the repeat tag parameters nested within another repeat tag to command tag?
For example,I have a front end like the following <conditional name="cond1"> <when value="something"> <repeat name="rpt1".........> <param1........> <repeat name="rpt2"...........> <param2............> </repeat> </repeat> </when> </conditional>
How can I access the param2?
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
Jeremy Goecks
-
Unknown