Mercurial > repos > metexplore > met4j
comparison tools/attributes/GetReactantsFromReactions/GetReactantsFromReactions.xml @ 9:0976a6257300 draft
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 05db35f63cadb9d56dafff594a3507c59cd85273
author | metexplore |
---|---|
date | Fri, 31 Jan 2025 18:28:53 +0000 |
parents | 7a6f2380fc1d |
children | 6a112eaf8f38 |
comparison
equal
deleted
inserted
replaced
8:1274e2a62479 | 9:0976a6257300 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <tool id="met4j_GetReactantsFromReactions" name="GetReactantsFromReactions" version="MET4J_VERSION_TEST"> | 2 <tool id="met4j_GetReactantsFromReactions" name="GetReactantsFromReactions" version="develop"> |
3 <description>Get reactants lists from a list of reactions and a GSMN.</description> | 3 <description>Get reactant lists from a list of reactions and a SBML file.</description> |
4 <xrefs> | 4 <xrefs> |
5 <xref type="bio.tools">met4j</xref> | 5 <xref type="bio.tools">met4j</xref> |
6 </xrefs> | 6 </xrefs> |
7 <requirements> | 7 <requirements> |
8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:MET4J_VERSION_TEST</container> | 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:develop</container> |
9 </requirements> | 9 </requirements> |
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh attributes.GetReactantsFromReactions -i "$sbml" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh attributes.GetReactantsFromReactions -i "$sbml" |
11 -r "$reactionFile" | 11 -r "$reactionFile" |
12 #if str($sep): | 12 #if str($sep): |
13 -sep "$sep" | 13 -sep "$sep" |
36 <outputs> | 36 <outputs> |
37 <data format="tsv" name="outputFile"/> | 37 <data format="tsv" name="outputFile"/> |
38 </outputs> | 38 </outputs> |
39 <tests> | 39 <tests> |
40 <test> | 40 <test> |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
41 <param name="sbml" value="XF_network.sbml"/> | 52 <param name="sbml" value="XF_network.sbml"/> |
53 | |
54 | |
55 | |
56 | |
57 | |
58 | |
59 | |
60 | |
61 | |
62 | |
63 | |
42 <param name="reactionFile" value="XF_network_R_Seed.tab"/> | 64 <param name="reactionFile" value="XF_network_R_Seed.tab"/> |
65 | |
66 | |
67 | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
43 <output ftype="tsv" name="outputFile"> | 76 <output ftype="tsv" name="outputFile"> |
77 | |
78 | |
79 | |
80 | |
81 | |
82 | |
83 | |
84 | |
85 | |
86 | |
87 | |
44 <assert_contents> | 88 <assert_contents> |
89 | |
90 | |
91 | |
92 | |
93 | |
94 | |
95 | |
96 | |
97 | |
98 | |
99 | |
45 <has_text_matching expression="R_GLUN" n="4"/> | 100 <has_text_matching expression="R_GLUN" n="4"/> |
101 | |
102 | |
103 | |
104 | |
105 | |
106 | |
107 | |
108 | |
109 | |
110 | |
111 | |
46 <has_text_matching expression="R_ACGS" n="5"/> | 112 <has_text_matching expression="R_ACGS" n="5"/> |
113 | |
114 | |
115 | |
116 | |
117 | |
118 | |
119 | |
120 | |
121 | |
122 | |
123 | |
47 </assert_contents> | 124 </assert_contents> |
125 | |
126 | |
127 | |
128 | |
129 | |
130 | |
131 | |
132 | |
133 | |
134 | |
135 | |
48 </output> | 136 </output> |
137 | |
138 | |
139 | |
140 | |
141 | |
142 | |
143 | |
144 | |
145 | |
146 | |
147 | |
49 </test> | 148 </test> |
50 <test> | 149 <test> |
150 | |
151 | |
152 | |
153 | |
154 | |
155 | |
156 | |
157 | |
158 | |
159 | |
160 | |
51 <param name="sbml" value="XF_network.sbml"/> | 161 <param name="sbml" value="XF_network.sbml"/> |
162 | |
163 | |
164 | |
165 | |
166 | |
167 | |
168 | |
169 | |
170 | |
171 | |
172 | |
52 <param name="reactionFile" value="XF_network_R_Seed.tab"/> | 173 <param name="reactionFile" value="XF_network_R_Seed.tab"/> |
174 | |
175 | |
176 | |
177 | |
178 | |
179 | |
180 | |
181 | |
182 | |
183 | |
184 | |
53 <param name="printSubstrates" value="true"/> | 185 <param name="printSubstrates" value="true"/> |
186 | |
187 | |
188 | |
189 | |
190 | |
191 | |
192 | |
193 | |
194 | |
195 | |
196 | |
54 <output ftype="tsv" name="outputFile"> | 197 <output ftype="tsv" name="outputFile"> |
198 | |
199 | |
200 | |
201 | |
202 | |
203 | |
204 | |
205 | |
206 | |
207 | |
208 | |
55 <assert_contents> | 209 <assert_contents> |
210 | |
211 | |
212 | |
213 | |
214 | |
215 | |
216 | |
217 | |
218 | |
219 | |
220 | |
56 <has_text_matching expression="R_GLUN" n="2"/> | 221 <has_text_matching expression="R_GLUN" n="2"/> |
222 | |
223 | |
224 | |
225 | |
226 | |
227 | |
228 | |
229 | |
230 | |
231 | |
232 | |
57 <has_text_matching expression="R_ACGS" n="5"/> | 233 <has_text_matching expression="R_ACGS" n="5"/> |
234 | |
235 | |
236 | |
237 | |
238 | |
239 | |
240 | |
241 | |
242 | |
243 | |
244 | |
58 </assert_contents> | 245 </assert_contents> |
246 | |
247 | |
248 | |
249 | |
250 | |
251 | |
252 | |
253 | |
254 | |
255 | |
256 | |
59 </output> | 257 </output> |
258 | |
259 | |
260 | |
261 | |
262 | |
263 | |
264 | |
265 | |
266 | |
267 | |
268 | |
60 </test> | 269 </test> |
61 <test> | 270 <test> |
271 | |
272 | |
273 | |
274 | |
275 | |
276 | |
277 | |
278 | |
279 | |
280 | |
281 | |
62 <param name="sbml" value="XF_network.sbml"/> | 282 <param name="sbml" value="XF_network.sbml"/> |
283 | |
284 | |
285 | |
286 | |
287 | |
288 | |
289 | |
290 | |
291 | |
292 | |
293 | |
63 <param name="reactionFile" value="XF_network_R_Seed.tab"/> | 294 <param name="reactionFile" value="XF_network_R_Seed.tab"/> |
295 | |
296 | |
297 | |
298 | |
299 | |
300 | |
301 | |
302 | |
303 | |
304 | |
305 | |
64 <param name="printProducts" value="true"/> | 306 <param name="printProducts" value="true"/> |
307 | |
308 | |
309 | |
310 | |
311 | |
312 | |
313 | |
314 | |
315 | |
316 | |
317 | |
65 <output ftype="tsv" name="outputFile"> | 318 <output ftype="tsv" name="outputFile"> |
319 | |
320 | |
321 | |
322 | |
323 | |
324 | |
325 | |
326 | |
327 | |
328 | |
329 | |
66 <assert_contents> | 330 <assert_contents> |
331 | |
332 | |
333 | |
334 | |
335 | |
336 | |
337 | |
338 | |
339 | |
340 | |
341 | |
67 <has_text_matching expression="R_GLUN" n="2"/> | 342 <has_text_matching expression="R_GLUN" n="2"/> |
343 | |
344 | |
345 | |
346 | |
347 | |
348 | |
349 | |
350 | |
351 | |
352 | |
353 | |
68 <has_text_matching expression="R_ACGS" n="5"/> | 354 <has_text_matching expression="R_ACGS" n="5"/> |
355 | |
356 | |
357 | |
358 | |
359 | |
360 | |
361 | |
362 | |
363 | |
364 | |
365 | |
69 </assert_contents> | 366 </assert_contents> |
367 | |
368 | |
369 | |
370 | |
371 | |
372 | |
373 | |
374 | |
375 | |
376 | |
377 | |
70 </output> | 378 </output> |
379 | |
380 | |
381 | |
382 | |
383 | |
384 | |
385 | |
386 | |
387 | |
388 | |
389 | |
71 </test> | 390 </test> |
72 </tests> | 391 </tests> |
73 <help><![CDATA[Get reactants lists from a list of reactions and a GSMN. Output a tab-separated file with one row per reactant, reaction identifiers in first column, reactant identifiers in second column. It can provides substrates, products, or both (by default). In the case of reversible reactions, all reactants are considered both substrates and products]]></help> | 392 <help><![CDATA[Get reactant lists from a list of reactions and a Sbml file. Output a tab-separated file with one row per reactant, reaction identifiers in first column, reactant identifiers in second column. It can provides substrates, products, or both (by default). In the case of reversible reactions, all reactants are considered as both substrates and products]]></help> |
74 <citations/> | 393 <citations/> |
75 </tool> | 394 </tool> |