Mercurial > repos > ggricourt > rp_fba_analysis
changeset 8:50253e9abcda draft
"planemo upload for repository https://github.com/brsynth/rpFbaAnalysis commit 47caed1dd87e80ae226fabb584e9d63d7c86a436-dirty"
author | ggricourt |
---|---|
date | Wed, 23 Feb 2022 16:48:20 +0000 |
parents | 12616a516cec |
children | d174ad9c0f54 |
files | wrap.xml |
diffstat | 1 files changed, 15 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/wrap.xml Wed Feb 23 16:38:47 2022 +0000 +++ b/wrap.xml Wed Feb 23 16:48:20 2022 +0000 @@ -39,26 +39,24 @@ ]]></command> <inputs> <conditional name="model_cond"> - <param name="model_select" type="select" label="Select a reference dataset your history or use a built-in?"> - <option value="builtin">Use a built-in reference</option> - <option value="history">Use reference data from the history</option> - </param> - <when value="builtin"> - <param name="model" type="select" label="Select reference data set" help="If a reference data set of interest is not listed, contact the Galaxy administrators"> - <options from_data_table="bigg_model_sbml"> - <filter type="sort_by" column="2"/> - <validator type="no_options" message="No indexes are available for the selected input dataset"/> - </options> + <param name="model_select" type="select" label="Select a reference dataset your history or use a built-in?"> + <option value="builtin">Use a built-in reference</option> + <option value="history">Use reference data from the history</option> </param> - </when> - <when value="history"> - <param name="model" type="data" format="sbml,xml" label="Chassis model file" /> - </when> - </conditional> - + <when value="builtin"> + <param name="model" type="select" label="Select reference data set" help="If a reference data set of interest is not listed, contact the Galaxy administrators"> + <options from_data_table="bigg_model_sbml"> + <filter type="sort_by" column="2"/> + <validator type="no_options" message="No indexes are available for the selected input dataset"/> + </options> + </param> + </when> + <when value="history"> + <param name="model" type="data" format="sbml,xml" label="Chassis model file" /> + </when> + </conditional> <param name="pathway" type="data" format="sbml" label="Pathway file" optional="True" /> <param name="medium" type="data" format="csv" label="Medium file" optional="True" /> - <param name="biomass_rxn_id" type="text" label="Biomass reaction ID" value="" > <validator type="empty_field" message="Biomass reaction ID is required"/> <validator type="regex" message="No special characters allowed">^(?:[a-zA-Z_])(?:[\w.-])*$</validator>