Re: [galaxy-dev] refresh_on_change is broken?

2012-05-07 Thread Kempenaar, M (med)
Hi, The Extract GFF Features doesn't use dynamic options and I don't think that's really the question here. Let me give an example of something that I do. I have the user select a file after which I, using dynamic_options, extract the column names and present those to the user with a select

Re: [galaxy-dev] The powers of Cheetah, how?

2011-05-26 Thread Kempenaar, M (med)
once you get the grips with it! Thanks again, also for your nice presentation (worked very well!) - Marcel Van: Peter Cock [p.j.a.c...@googlemail.com] Verzonden: donderdag 26 mei 2011 15:25 Aan: Kempenaar, M (med) CC: galaxy-dev@lists.bx.psu.edu Onderwerp: Re

[galaxy-dev] Alternative to the conditional tag, if-else in XML file?

2011-03-31 Thread Kempenaar, M (med)
Dear list, For a tool that I'm writing I would like to show or hide certain parameters based on what the user entered in other parameters. Normally I would use the conditional tag combined with a select menu which works fine in most cases. However, I also use a selectbox with the following

Re: [galaxy-dev] Populating tool select menu with database data?

2011-02-08 Thread Kempenaar, M (med)
Hello Hans-Rudolf, Do you know if the 'dynamic_options' attribute also works for control elements other then select menu's? For example I want to present the user a set of checkboxes that correspond to column names from a file, could I use something like a loop that either iterates on data

[galaxy-dev] Creating new datatype with variable number of input files

2011-01-13 Thread Kempenaar, M (med)
Hello, This is the first question I ask on this list, please let me know if I'm 'doing it wrong'. Currently I'm trying to implement a workflow that uses a sort of microarray data which consists of one CSV file for each experiment done. The first step in the workflow is to preprocess the data