Mercurial > repos > iuc > rpfba
annotate rpfba.xml @ 2:79094fd479b2 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit 4ac412aa83755dd7a50994d3f3e122ff135f26c0"
author | iuc |
---|---|
date | Wed, 04 May 2022 14:21:54 +0000 |
parents | 19be43e96154 |
children |
rev | line source |
---|---|
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
1 <tool id="rpfba" name="Flux balance analysis" version="@TOOL_VERSION@" profile="19.09"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
2 <description>for the RetroPath2.0 heterologous pathways</description> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
3 <macros> |
2
79094fd479b2
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit 4ac412aa83755dd7a50994d3f3e122ff135f26c0"
iuc
parents:
1
diff
changeset
|
4 <token name="@TOOL_VERSION@">5.12.3</token> |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
5 </macros> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
6 <requirements> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
8 </requirements> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
9 <stdio> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
10 <regex match="WARNING" level="warning" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
11 <regex match="ERROR" level="fatal" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
12 </stdio> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
14 python -m rptools.rpfba '$pathway' '$model' '$compartment_id' '$pathway_with_fba' |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
15 #if str($adv.merge) == "true": |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
16 --merge |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
17 #end if |
1
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
18 --objective_rxn_id '$objective_rxn_id' |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
19 --sim '$input_sim_type.sim_type' |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
20 #if str($adv.ignore_orphan_species) == "true": |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
21 --ignore_orphan_species |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
22 #end if |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
23 --log "error" |
1
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
24 #if str($input_sim_type.sim_type)=="fba" |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
25 --fraction_of 0.0 |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
26 #else |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
27 --fraction_of '$input_sim_type.fraction_of' |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
28 #end if |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
29 --biomass_rxn_id '$biomass_rxn_id' |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
30 ]]></command> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
31 <inputs> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
32 <param name="pathway" type="data" format="sbml" label="Pathway (rpSBML)" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
33 <param name="model" type="data" format="sbml" label="Model (SBML)" /> |
1
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
34 <param name="compartment_id" type="text" label="SBML compartment ID" value="c" > |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
35 <validator type="empty_field" message="A compartment ID is required"/> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
36 </param> |
1
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
37 <param name="objective_rxn_id" type="text" value="rxn_target" label="reaction ID to optimise" > |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
38 <validator type="empty_field" message="Reaction ID is required"/> |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
39 </param> |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
40 <param name="biomass_rxn_id" type="text" label="biomass reaction ID" value="" > |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
41 <validator type="empty_field" message="Biomass reaction ID is required"/> |
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
42 </param> |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
43 <conditional name="input_sim_type"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
44 <param name="sim_type" type="select" label="Constraint based simulation type"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
45 <option value="fraction" selected="true">Fraction of Reaction</option> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
46 <option value="fba" >FBA</option> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
47 <option value="pfba">Parsimonious FBA</option> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
48 </param> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
49 <when value="fraction"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
50 <param name="fraction_of" type="float" value="0.75" min="0" max="1.0" label="Fraction of the optimum" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
51 </when> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
52 <when value="pfba"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
53 <param name="fraction_of" type="float" value="0.95" min="0" max="1.0" label="Fraction of the optimum" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
54 </when> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
55 <when value="fba"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
56 </when> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
57 </conditional> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
58 <section name="adv" title="Advanced Options" expanded="false"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
59 <param name="merge" type="boolean" label="Output the merged model?" checked="false" display="checkboxes" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
60 <param name="ignore_orphan_species" type="boolean" label="Ignore metabolites that are only consumed or produced?" checked="true" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
61 </section> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
62 </inputs> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
63 <outputs> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
64 <data name="pathway_with_fba" format="sbml" label="${tool.name}(${input_sim_type.sim_type}) - ${pathway.name}" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
65 </outputs> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
66 <tests> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
67 <test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
68 <!-- test 1: check if identical outputs are produced with R_BIOMASS__3 biomass name ID and BiGG model (iCN718) --> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
69 <param name="pathway" value="rp_001_0001.xml" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
70 <param name="model" value="iCN718.xml.gz" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
71 <param name="biomass_rxn_id" value="R_BIOMASS__3" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
72 <output name="pathway_with_fba" > |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
73 <assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
74 <is_valid_xml /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
75 <!--check fba_fraction value--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
76 <has_text text="5.54302" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
77 <!--check fba_biomass value--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
78 <has_text text="1.31359" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
79 <has_n_lines n="408" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
80 </assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
81 </output> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
82 </test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
83 <test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
84 <!-- test 2: check if identical outputs are produced with R_BIOMASS__3 biomass name ID and BiGG model (iCN718) and sim_type=fba--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
85 <param name="pathway" value="rp_001_0001.xml" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
86 <param name="model" value="iCN718.xml.gz" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
87 <param name="biomass_rxn_id" value="R_BIOMASS__3" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
88 <conditional name="input_sim_type"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
89 <param name="sim_type" value="fba"/> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
90 </conditional> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
91 <output name="pathway_with_fba" > |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
92 <assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
93 <is_valid_xml /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
94 <!--check fba_fba value--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
95 <has_text text="16.47058" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
96 <not_has_text text="fba_fraction" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
97 <has_n_lines n="392" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
98 </assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
99 </output> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
100 </test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
101 <test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
102 <!-- test 3: check if identical outputs are produced with R_DM_biomass_c biomass name ID and BiGG model (iCN718) and sim_type=pfba--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
103 <param name="pathway" value="rp_001_0001.xml" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
104 <param name="model" value="iCN718.xml.gz" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
105 <param name="biomass_rxn_id" value="R_DM_biomass_c" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
106 <conditional name="input_sim_type"> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
107 <param name="sim_type" value="pfba"/> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
108 </conditional> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
109 <output name="pathway_with_fba" > |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
110 <assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
111 <is_valid_xml /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
112 <!--check fba_pfba value--> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
113 <has_text text="2623.54248" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
114 <not_has_text text="fba_fraction" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
115 <has_n_lines n="392" /> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
116 </assert_contents> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
117 </output> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
118 </test> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
119 </tests> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
120 <help><![CDATA[ |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
121 FBA |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
122 ===== |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
123 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
124 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
125 Flux balance analysis is a mathematical approach for analyzing the flow of metabolites through a metabolic network. It is performed for heterologous pathways generated by RetroPath2.0. The tool performs the following steps: |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
126 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
127 - Merges a user-defined GEM SBML model with each given heterologous pathway individually. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
128 - Performs FBA using the CobraPy package. Three different analysis methods are proposed; two of which are native CobraPy methods - standard FBA and Parsimonious FBA, the other one proposed is an in-house analysis method named "Fraction of Reaction". |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
129 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
130 The "Fraction of Reaction" method involves performing FBA using the "Source Reaction" as the objective function (by default the biomass reaction is specified, which refers to the rate at which all of the biomass precursors are made in the correct proportions). Then the flux of that reaction has its upper and lower bounds set to the same value, determined as a "Fraction of the source reaction" (default is 75% of its optimum). Thereafter, the objective is set to the target reaction followed by performing FBA once again. The tool uses the FBC package to manage the objective and flux bounds. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
131 For the first two, the user must specify the name(s) of reaction(s) that the model will optimize to, while for the latter the user must provide the target reaction but also another source reaction that will be restricted. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
132 Using the Advanced Options, the user can specify the name of the heterologous pathway as created by "Pathways to SBML" and the compartment ID of the heterologous pathway. The user may obtain a merged version of the resulting model, or the heterologous pathway only using the "output the merged model ?" boolean parameter. Using the "Maximize the Objective?", the user may choose to maximize or minimize the objective (biomass production in this case) in the model. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
133 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
134 NOTE: In order to FBA works correctly, some of chemical species have to be ignored. These species are selected according to the following criteria: |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
135 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
136 - pathway species has not been found in the model (neither by its ID nor its InChIKey), |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
137 - the species is not the target, and |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
138 - the species is only consumed or produced with the heterologue pathway. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
139 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
140 .. image:: https://raw.githubusercontent.com/Galaxy-SynBioCAD/rpFBA/standalone/galaxy/img/rpFBA.png |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
141 :width: 60 % |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
142 :align: center |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
143 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
144 | |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
145 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
146 The above figure illustrates the steps in the tool's calculation of FBA. The pathway is merged with a GEM SBML model and using the FBC package and CobraPy FBA is performed and the fluxes saved to the SBML file. |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
147 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
148 Input |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
149 ----- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
150 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
151 Required: |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
152 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
153 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
154 * **pathway_file**\ : (string) SBML file that contains an heterologous pathway |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
155 * **model_filel**\ : (string) Path to the GEM SBML model |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
156 * **compartment_id**\ : (string) Model compartment id (e.g. 'c' or 'MNXC3') |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
157 * **outfile**\ : (string) Path to the output file |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
158 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
159 Advanced options: |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
160 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
161 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
162 * **--sim**\ : (string, default=fraction) Valid options include: fraction, fba, pfba. The type of constraint based modelling method |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
163 * **--biomass_rxn_id**\ : (string, default=biomass) biomass reaction ID that will be restricted in the "fraction" simulation type. This parameter is ignored for "fba" and "pfba" |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
164 * **--objective_rxn_id**\ : (string, default=rxn_target) reaction ID to optimise. This parameters is required in all simulation type |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
165 * **--fraction_of**\ : (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 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
166 * **--merge**\ : (boolean, default=False) output the full merged model instead of heterologous pathway only |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
167 * **--ignore_orphan_species**\ : (boolean, default=True) ignore metabolites that are only consumed or produced |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
168 * **--log**: (string, default=error) Set the log level, choices are 'debug', 'info', 'warning', 'error', 'critical' |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
169 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
170 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
171 Project Links |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
172 --------------------- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
173 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
174 * `GitHub <https://github.com/brsynth/rptools/tree/master/rptools/rpfba>`_ |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
175 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
176 Version |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
177 ---------- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
178 |
1
19be43e96154
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit c44f1622de870d9c869b65b4605cc8a22c33076a"
iuc
parents:
0
diff
changeset
|
179 5.12.1 |
0
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
180 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
181 Authors |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
182 ------- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
183 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
184 * **Melchior du Lac** |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
185 * **Joan Hérisson** |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
186 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
187 License |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
188 ------- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
189 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
190 `MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_ |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
191 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
192 Acknowledgments |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
193 --------------- |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
194 |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
195 * Thomas Duigou |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
196 ]]></help> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
197 <citations> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
198 <citation type="doi">10.1186/1752-0509-7-74</citation> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
199 <citation type="doi">10.1515/jib-2016-290 </citation> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
200 </citations> |
12689dfad4d1
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rpfba commit fa5ae809fac45d020ee3f069f775f0f7f7c2c70b"
iuc
parents:
diff
changeset
|
201 </tool> |