annotate analyzing-model.xml @ 2:9a741be08e6f draft default tip

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