Hi Eric,

> Hello all,
> 
> I've been digging through the available galaxy tool config files and
> have been unable to find a solution, so I bring my problem to you.
> 
> I have the following (pretty generic) repeat section in a tool config
> I'm working on
> 
> <repeat min="1" name="rpt_0" title="Colour Group">
>         <param value="EDHK" name="match" optional="False" type="text"
> label="String of letters that should be matched " />
>         <param value="red" name="fg" optional="False" type="text"
> label="Foreground colour for a group " />
>         <param value="blue" name="bg" optional="False" type="text"
> label="Background colour for a group " />
>  </repeat>
> 
> However, for this particular tool, the default ought to be the repeat
> section three times, with different defaults each time.

What means different default each time?

> Is there any way to specify a repeat section, with a default of being
> repeated N times with an appropriate number of defaults set for each repeat?

Try:
<repeat min="N" name="rpt_0" title="Colour Group"> for example

<repeat min="3" name="rpt_0" title="Colour Group">

Cheers,
Bjoern

> Cheers,
> Eric Rasche
> ___________________________________________________________
> 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:
>   http://lists.bx.psu.edu/
> 
> To search Galaxy mailing lists use the unified search at:
>   http://galaxyproject.org/search/mailinglists/



___________________________________________________________
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:
  http://lists.bx.psu.edu/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Reply via email to