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