Mercurial > repos > tduigou > rrparser
comparison rrparser.xml @ 4:71ee7ebb4a67 draft
planemo upload commit 7165071f816fde476feb2b6838d9f431c198f532
author | tduigou |
---|---|
date | Mon, 03 Apr 2023 12:45:49 +0000 |
parents | dd0dfd2cb8a8 |
children | ada9a9847d10 |
comparison
equal
deleted
inserted
replaced
3:dd0dfd2cb8a8 | 4:71ee7ebb4a67 |
---|---|
1 <tool id="rrparser" name="RRules Parser" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09"> | 1 <tool id="rrparser" name="RRules Parser" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09" license="MIT"> |
2 <description>Retrieve the reaction rules from RetroRules</description> | 2 <description>Retrieve the reaction rules from RetroRules</description> |
3 <macros> | 3 <macros> |
4 <token name="@VERSION_SUFFIX@">0</token> | 4 <token name="@VERSION_SUFFIX@">0</token> |
5 <token name="@TOOL_VERSION@">2.5.0</token> | 5 <token name="@TOOL_VERSION@">2.5.2</token> |
6 </macros> | 6 </macros> |
7 <requirements> | 7 <requirements> |
8 <requirement type="package" version="@TOOL_VERSION@">rrparser</requirement> | 8 <requirement type="package" version="@TOOL_VERSION@">rrparser</requirement> |
9 </requirements> | 9 </requirements> |
10 <stdio> | 10 <stdio> |
102 | 102 |
103 Ouput | 103 Ouput |
104 ----- | 104 ----- |
105 | 105 |
106 * **out_rules**: (string): file containing the parsed reactions rules (default=csv). It will be zipped if *Compress output* is set to yes. | 106 * **out_rules**: (string): file containing the parsed reactions rules (default=csv). It will be zipped if *Compress output* is set to yes. |
107 | |
108 Version | |
109 ------- | |
110 | |
111 v2.5.0 | |
112 | |
113 Authors | |
114 ------- | |
115 | |
116 * **Thomas Duigou** | |
117 * Melchior du Lac | |
118 * Joan Hérisson | |
119 | |
120 License | |
121 ------- | |
122 | |
123 This project is licensed under the MIT License - see the `LICENSE <https://github.com/brsynth/RRParser/blob/master/LICENSE>`_ file for details | |
124 | |
125 Acknowledgments | |
126 --------------- | |
127 | |
128 * Joan Hérisson | |
129 | |
130 ]]></help> | 107 ]]></help> |
108 <creator> | |
109 <organization name="BioRetroSynth" url="https://github.com/brsynth"/> | |
110 </creator> | |
131 <citations> | 111 <citations> |
132 <citation type="doi">10.1093/nar/gky940 </citation> | 112 <citation type="doi">10.1093/nar/gky940 </citation> |
133 </citations> | 113 </citations> |
134 </tool> | 114 </tool> |