Am Mittwoch, den 16.10.2013, 01:41 -0500 schrieb Eric Rasche:
Hi Bjoern,
On 10/16/2013 01:26 AM, Bjoern Gruening wrote:
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?
Yes, a different set of default values in each parameter of the three repeats.
I.e., the first instance of a repeat might have a "fg" value of "red", the second would have an fg value of green, etc.
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">
Well, for my case I would like our end users to be able to specify less than three, so I did wish to have a minimum of one. I just would like the parameter to show up on the user interface a default of 3 times with the different each time.
Ah ok got it, its to early here and no coffee until now ;) Unfortunately, I don't think such things are possible for now. Maybe someone else has an Idea. Just as a side note, I guess you are developing a visualization tool: Did you consider to use the new awesome galaxy visualization infrastructure? http://wiki.galaxyproject.org/VisualizationsRegistry Cheers, Bjoern
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/
Cheers, Eric