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