comparison rpfba.xml @ 5:beabdc945670 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 162ee89a8e36033f32973d72dfc1b11ca27da61f
author tduigou
date Fri, 01 Dec 2023 14:29:59 +0000
parents f297590100c8
children
comparison
equal deleted inserted replaced
4:f297590100c8 5:beabdc945670
13 #if str($adv.merge) == "true": 13 #if str($adv.merge) == "true":
14 --merge '$output_merge' 14 --merge '$output_merge'
15 #end if 15 #end if
16 --objective_rxn_id '$objective_rxn_id' 16 --objective_rxn_id '$objective_rxn_id'
17 --sim '$input_sim_type.sim_type' 17 --sim '$input_sim_type.sim_type'
18 #if str($adv.ignore_orphan_species) == "true": 18 #if str($adv.with_orphan_species) == "true":
19 --ignore_orphan_species 19 --with_orphan_species
20 #end if 20 #end if
21 --log "error" 21 --log "error"
22 #if str($input_sim_type.sim_type)=="fba" 22 #if str($input_sim_type.sim_type)=="fba"
23 --fraction_of 0.0 23 --fraction_of 0.0
24 #else 24 #else
53 <when value="fba"> 53 <when value="fba">
54 </when> 54 </when>
55 </conditional> 55 </conditional>
56 <section name="adv" title="Advanced Options" expanded="false"> 56 <section name="adv" title="Advanced Options" expanded="false">
57 <param name="merge" type="boolean" label="Output the merged model?" checked="false" display="checkboxes" /> 57 <param name="merge" type="boolean" label="Output the merged model?" checked="false" display="checkboxes" />
58 <param name="ignore_orphan_species" type="boolean" label="Ignore metabolites that are only consumed or produced?" checked="true" /> 58 <param name="with_orphan_species" type="boolean" label="Add metabolites that are only consumed or produced?" checked="false" />
59 </section> 59 </section>
60 </inputs> 60 </inputs>
61 <outputs> 61 <outputs>
62 <data name="pathway_with_fba" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name}" /> 62 <data name="pathway_with_fba" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name}" />
63 <data name="output_merge" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name} - merge"> 63 <data name="output_merge" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name} - merge">
163 * **Fraction of the optimum**\ : (float, default=0.75) Portion of the maximal flux used to set the maximal and minimal bounds for the source reaction of the "fraction" simulation type. 163 * **Fraction of the optimum**\ : (float, default=0.75) Portion of the maximal flux used to set the maximal and minimal bounds for the source reaction of the "fraction" simulation type.
164 164
165 Advanced options: 165 Advanced options:
166 166
167 * **Output the merged model?**\ : (boolean, default=False) output the full merged model instead of heterologous pathway only 167 * **Output the merged model?**\ : (boolean, default=False) output the full merged model instead of heterologous pathway only
168 * **Ignore Orphan Species?**\ : (boolean, default=True) ignore metabolites that are only consumed or produced 168 * **With Orphan Species?**\ : (boolean, default=False) add metabolites that are only consumed or produced
169 ]]></help> 169 ]]></help>
170 <expand macro="creator"/> 170 <expand macro="creator"/>
171 <citations> 171 <citations>
172 <citation type="doi">10.1186/1752-0509-7-74</citation> 172 <citation type="doi">10.1186/1752-0509-7-74</citation>
173 <citation type="doi">10.1515/jib-2016-290</citation> 173 <citation type="doi">10.1515/jib-2016-290</citation>