annotate analyzing-model.xml @ 0:233d87b56795 draft default tip

"planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
author ggricourt
date Thu, 29 Sep 2022 18:48:17 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
1 <tool id="analyzing-model" name="analyzing-model" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
2 <description>Produce a pareto plot for a model.</description>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
3 <macros>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
4 <import>macros.xml</import>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
5 </macros>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
6 <expand macro="requirements"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
7 <expand macro="stdio"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
9 ## Run cmdline
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
10 python -m straindesign analyzing-model
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
11 @CMD_INPUT_MODEL@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
12 @CMD_INPUT_MEDIUM@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
13 @CMD_BIOMASS_RXN_ID@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
14 @CMD_TARGET_RXN_ID@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
15 @CMD_INPUT_PATHWAY@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
16 #if str('$substrate_cond.substrate_param') == 'yes':
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
17 --substrate-rxn-id '$substrate_cond.substrate_rxn_id'
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
18 #end if
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
19 --output-pareto-png '$output_png'
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
20 ]]></command>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
21 <expand macro="env_variables"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
22 <inputs>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
23 <expand macro="input_model_sbml"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
24 <expand macro="input_medium_tsv"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
25 <expand macro="input_biomass_rxn_id"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
26 <expand macro="input_target_rxn_id"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
27 <expand macro="input_pathway_sbml"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
28 <conditional name="substrate_cond">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
29 <param name="substrate_param" type="select" label="Provide a substrate reaction">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
30 <option value="yes">yes</option>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
31 <option value="no" selected="true">No</option>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
32 </param>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
33 <when value="yes">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
34 <expand macro="input_substrate_rxn_id"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
35 </when>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
36 <when value="no">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
37 </when>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
38 </conditional>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
39 </inputs>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
40 <outputs>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
41 <data name="output_png" format="png" label="${tool.name}" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
42 </outputs>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
43 <tests>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
44 <test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
45 <!-- test 1 -->
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
46 <param name="model" ftype="sbml" value="iAF1260.xml.gz"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
47 <param name="biomass_rxn_id" value="BIOMASS_Ec_iAF1260_core_59p81M" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
48 <param name="target_rxn_id" value="EX_tyrp_e" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
49 <output name="output_png" ftype="png">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
50 <assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
51 <has_size value="34000" delta="4000"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
52 </assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
53 </output>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
54 </test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
55 <test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
56 <!-- test 2 -->
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
57 <param name="model" ftype="sbml" value="iAF1260.xml.gz"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
58 <param name="biomass_rxn_id" value="BIOMASS_Ec_iAF1260_core_59p81M" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
59 <param name="target_rxn_id" value="EX_tyrp_e" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
60 <param name="substrate_rxn_id" value="EX_glc__D_e" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
61 <output name="output_png" ftype="png">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
62 <assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
63 <has_size value="34000" delta="4000"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
64 </assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
65 </output>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
66 </test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
67 <test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
68 <!-- test 3 -->
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
69 <param name="model" ftype="sbml" value="iAF1260.xml.gz"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
70 <param name="pathway" ftype="sbml" value="butanol.xml" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
71 <param name="medium" ftype="tabular" value="butanol.tsv" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
72 <param name="biomass_rxn_id" value="BIOMASS_Ec_iAF1260_core_59p81M" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
73 <param name="substrate_rxn_id" value="EX_glc__D_e" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
74 <param name="target_rxn_id" value="EX_1btol_e" />
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
75 <output name="output_png" ftype="png">
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
76 <assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
77 <has_size value="34000" delta="4000"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
78 </assert_contents>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
79 </output>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
80 </test>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
81 </tests>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
82 <help><![CDATA[
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
83 @HELP_TITLE@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
84
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
85 This tool produces a phenotypic-phase-plane plot given these datas:
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
86 * model
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
87 * reaction producing a target
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
88 * biomass reaction
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
89 These informations are optionals and will be adapted to your needs:
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
90 * an heterologous pathway
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
91 * a carbon substrate
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
92 * media composition
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
93
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
94 @HELP_LINK@
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
95 ]]></help>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
96 <expand macro="creator"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
97 <expand macro="citation"/>
233d87b56795 "planemo upload for repository https://github.com/brsynth/straindesign commit ef548ee3fe2740006c95cafb67504c72ef509575"
ggricourt
parents:
diff changeset
98 </tool>