Mercurial > repos > tduigou > rpthermo
comparison rpthermo.xml @ 2:310645d4c5e6 draft
planemo upload commit 3bc34bfc82850daa2229724c396dcd9454039273-dirty
author | tduigou |
---|---|
date | Fri, 18 Nov 2022 16:18:02 +0000 |
parents | 21a900eee812 |
children |
comparison
equal
deleted
inserted
replaced
1:21a900eee812 | 2:310645d4c5e6 |
---|---|
1 <tool id="rpthermo" name="Thermo" version="@TOOL_VERSION@" profile="19.09"> | 1 <tool id="rpthermo" name="Thermo" version="@TOOL_VERSION@" profile="21.09"> |
2 <description>Calculate the formation energy of chemical species and the Gibbs free energy of their reactions and pathways in an SBML</description> | 2 <description>Calculate the formation energy of chemical species and the Gibbs free energy of their reactions and pathways in an SBML</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">5.12.1</token> | 4 <token name="@TOOL_VERSION@">6.0.1</token> |
5 </macros> | 5 </macros> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement> |
8 </requirements> | 8 </requirements> |
9 <stdio> | 9 <stdio> |
18 --pH '$adv.ph' | 18 --pH '$adv.ph' |
19 --ionic_strength '$adv.ionic_strength' | 19 --ionic_strength '$adv.ionic_strength' |
20 --pMg '$adv.pMg' | 20 --pMg '$adv.pMg' |
21 ]]></command> | 21 ]]></command> |
22 <inputs> | 22 <inputs> |
23 <param name="input" type="data" format="xml" label="Input File" /> | 23 <param name="input" type="data" format="sbml" label="SBML Input File" help="Pathways in SBML format" /> |
24 <section name="adv" title="Advanced Options" expanded="false"> | 24 <section name="adv" title="Advanced Options" expanded="false"> |
25 <param name="ph" type="float" value="7.5" min="0" max="14" label="Compartment pH of the pathway" /> | 25 <param name="ph" type="float" value="7.5" min="0" max="14" label="Compartment pH of the pathway" /> |
26 <param name="ionic_strength" type="float" value="0.25" min="0" max="500" label="Compartment ionic strength of the pathway" /> | 26 <param name="ionic_strength" type="float" value="0.25" min="0" max="500" label="Compartment ionic strength of the pathway" /> |
27 <param name="pMg" type="float" value="3.0" label="Compartment pMg of the pathway" /> | 27 <param name="pMg" type="float" value="3.0" label="Compartment pMg (Magnesium vapor pressure) of the pathway" /> |
28 </section> | 28 </section> |
29 </inputs> | 29 </inputs> |
30 <outputs> | 30 <outputs> |
31 <data name="pathway_with_thermo" format="xml" label="${tool.name} - ${input.name}" /> | 31 <data name="pathway_with_thermo" format="xml" label="${tool.name} - ${input.name}" /> |
32 </outputs> | 32 </outputs> |
50 <help><![CDATA[ | 50 <help><![CDATA[ |
51 Thermodynamics | 51 Thermodynamics |
52 =============== | 52 =============== |
53 Calculate the formation energy of chemical species either using an internal database or estimate it by decomposing them using the `component contribution <https://gitlab.com/elad.noor/component-contribution>`_ method. Thereafter this tool predicts the Gibbs free energy of reactions and of the whole heterologous pathway by combining the formation energy of each individual compound. | 53 Calculate the formation energy of chemical species either using an internal database or estimate it by decomposing them using the `component contribution <https://gitlab.com/elad.noor/component-contribution>`_ method. Thereafter this tool predicts the Gibbs free energy of reactions and of the whole heterologous pathway by combining the formation energy of each individual compound. |
54 | 54 |
55 The goal of the thermodynamic analysis is to estimate the feasibility of the predicted pathways toward target production, in physiological conditions (PH, ionic strength). | |
56 | |
55 .. image:: https://raw.githubusercontent.com/Galaxy-SynBioCAD/rpThermo/standalone/galaxy/img/rpThermo.png | 57 .. image:: https://raw.githubusercontent.com/Galaxy-SynBioCAD/rpThermo/standalone/galaxy/img/rpThermo.png |
56 :width: 80 % | 58 :width: 80 % |
57 :align: center | 59 :align: center |
58 | 60 |
59 | 61 |
62 | 64 |
63 Above is an illustration of the Gibbs free energy calculation using the component contribution package. The color-coded arrows from red (best) to blue (worst) show the best and worst-performing reactions. | 65 Above is an illustration of the Gibbs free energy calculation using the component contribution package. The color-coded arrows from red (best) to blue (worst) show the best and worst-performing reactions. |
64 | 66 |
65 Required: | 67 Required: |
66 | 68 |
67 * **input**\ : (string) Path to the input file | 69 Inputs |
68 * **output**\ : (string) Path to the output file | 70 ------ |
71 | |
72 * **SBML Input File**\ : Pathways in SBML format | |
69 | 73 |
70 Advanced Options: | 74 Advanced Options: |
71 | 75 |
72 * **--ph**\ :(float) Compartment PH of the pathway | 76 * **PH**\ :(float) Compartment PH of the pathway |
73 * **--ionic_strength**\ :(float) Compartment ionic strength of the pathway | 77 * **Ionic strength**\ :(float) Compartment ionic strength of the pathway |
74 * **--pMg**\ :(float) Compartment pMg of the pathway | 78 * **pMg**\ :(float) Compartment pMg (Magnesium vapor pressure) of the pathway |
79 | |
80 Output | |
81 ------ | |
82 | |
83 * **Pathway with thermo**\ : annotated pathways (with thermodynamics information for each reaction) in SBML(Systems Biology Markup Language) format. | |
75 | 84 |
76 Project Links | 85 Project Links |
77 --------------------- | 86 --------------------- |
78 | 87 |
79 * `GitHub <https://github.com/brsynth/rptools/tree/master/rptools/rpthermo>`_ | 88 * `GitHub <https://github.com/brsynth/rptools/tree/master/rptools/rpthermo>`_ |
80 | |
81 Version | |
82 ---------- | |
83 | |
84 v5.12.1 | |
85 | |
86 Authors | |
87 ------- | |
88 | |
89 * **Melchior du Lac** | |
90 | 89 |
91 Acknowledgments | 90 Acknowledgments |
92 --------------- | 91 --------------- |
93 | 92 |
94 * Thomas Duigou | 93 * Thomas Duigou |
96 | 95 |
97 ]]></help> | 96 ]]></help> |
98 <citations> | 97 <citations> |
99 <citation type="doi">10.1371/journal.pcbi.1003098</citation> | 98 <citation type="doi">10.1371/journal.pcbi.1003098</citation> |
100 </citations> | 99 </citations> |
100 <creator> | |
101 <person givenName="Melchior" familyName="du Lac" identifier="https://orcid.org/0000-0002-9984-4689" /> | |
102 </creator> | |
101 </tool> | 103 </tool> |