comparison rpextractsink.xml @ 2:caf2b5731a5e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 2333b7b56422febf439cd9f4cd3e6eda858b2690
author tduigou
date Tue, 28 Mar 2023 12:11:14 +0000
parents b803ac9d24ab
children d9287c69a7f4
comparison
equal deleted inserted replaced
1:e40480dbe95d 2:caf2b5731a5e
1 <tool id="rptools_rpextractsink" name="Sink from SBML" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> 1 <tool id="rptools_rpextractsink" name="Sink from SBML" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
2 <description>Generate the RetroPath2.0 sink file from an SBML input</description> 2 <description>Generate the RetroPath2.0 sink file from an SBML input</description>
3 <macros> 3 <macros>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <import>macros.xml</import>
5 <token name="@TOOL_VERSION@">5.13.1</token>
6 </macros> 5 </macros>
7 <requirements> 6 <expand macro="requirements"/>
8 <requirement type="package" version="@TOOL_VERSION@">rptools</requirement>
9 </requirements>
10 <stdio> 7 <stdio>
11 <regex match="Could not retreive any species in the compartment" level="fatal" /> 8 <regex match="Could not retreive any species in the compartment" level="fatal" />
12 </stdio> 9 </stdio>
13 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
14 python -m rptools.rpextractsink 11 python -m rptools.rpextractsink
32 </outputs> 29 </outputs>
33 <tests> 30 <tests>
34 <test> 31 <test>
35 <!-- test 1: check if identical outputs are produced with iCN718 model input --> 32 <!-- test 1: check if identical outputs are produced with iCN718 model input -->
36 <param name="input" value="iCN718.xml.gz" /> 33 <param name="input" value="iCN718.xml.gz" />
37 <output name="sink" file="sink.csv" ftype="csv" compare="diff"/> 34 <output name="sink" md5="0a7438b90704bf1ba88e123e6bb54df2" />
38 </test> 35 </test>
39 </tests> 36 </tests>
40 <help><![CDATA[ 37 <help><![CDATA[
41
42 Sink from SBML 38 Sink from SBML
43 ================= 39 =================
44 40
45 Sink refers to the collection of chemical species used by the restrosynthesis algorithm of `RetroPath2.0 <https://doi.org/10.1016/j.ymben.2017.12.002>`_ to finish metabolic route exploration. This tool uses an SBML (Systems Biology Markup Language) file of the desired chassis organism, parses all the molecules within a specified compartment (example: cytosol, Golgi apparatus, nucleus, etc) and uses its MIRIAM (Minimal Information Requested In the Annotation of Models) annotation to find their InChI (International Chemical Identifier) structures. In *Advanced Options*, You can use *Remove dead-end metabolites using FVA evaluation?* to conduct Flux Variability Analysis to remove metabolites that lack the requisite flux that would account for their production or consumption within the metabolic network. 41 Sink refers to the collection of chemical species used by the restrosynthesis algorithm of `RetroPath2.0 <https://doi.org/10.1016/j.ymben.2017.12.002>`_ to finish metabolic route exploration. This tool uses an SBML (Systems Biology Markup Language) file of the desired chassis organism, parses all the molecules within a specified compartment (example: cytosol, Golgi apparatus, nucleus, etc) and uses its MIRIAM (Minimal Information Requested In the Annotation of Models) annotation to find their InChI (International Chemical Identifier) structures. In *Advanced Options*, You can use *Remove dead-end metabolites using FVA evaluation?* to conduct Flux Variability Analysis to remove metabolites that lack the requisite flux that would account for their production or consumption within the metabolic network.
46 42
62 58
63 Output 59 Output
64 ------ 60 ------
65 61
66 * **Sink**\ : CSV file containing a collection of chemical species used by the restrosynthesis algorithm of `RetroPath2.0 <https://doi.org/10.1016/j.ymben.2017.12.002>`_. 62 * **Sink**\ : CSV file containing a collection of chemical species used by the restrosynthesis algorithm of `RetroPath2.0 <https://doi.org/10.1016/j.ymben.2017.12.002>`_.
67
68 Project Links
69 ---------------------
70
71 * `GitHub <https://github.com/brsynth/rptools>`_
72
73 License
74 -------
75
76 `MIT <https://github.com/brsynth/rptools/blob/master/LICENSE>`_
77
78 Acknowledgments
79 ---------------
80
81 * Thomas Duigou
82
83 ]]></help> 63 ]]></help>
84 <creator> 64 <expand macro="creator"/>
85 <person givenName="Joan" familyName="Hérisson" email="joan.herisson@univ-evry.fr" identifier="https://orcid.org/0000-0001-9741-0847" />
86 <person givenName="Melchior" familyName="du Lac" identifier="https://orcid.org/0000-0002-9984-4689" />
87 </creator>
88 <citations> 65 <citations>
89 <citation type="doi">10.1038/nbt1156</citation> 66 <citation type="doi">10.1038/nbt1156</citation>
90 <citation type="doi">10.1016/j.ymben.2017.12.002</citation> 67 <citation type="doi">10.1016/j.ymben.2017.12.002</citation>
91 <citation type="doi">10.1186/1752-0509-7-74</citation> 68 <citation type="doi">10.1186/1752-0509-7-74</citation>
92 <citation type="doi">10.1093/bioinformatics/btn051</citation> 69 <citation type="doi">10.1093/bioinformatics/btn051</citation>
70 <citation type="doi">10.1038/s41467-022-32661-x</citation>
93 </citations> 71 </citations>
94 </tool> 72 </tool>