Mercurial > repos > metexplore > met4j
comparison build/tools/ExtractAnnotations/ExtractAnnotations.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_ExtractAnnotations" name="ExtractAnnotations" version="develop"> | 2 <tool id="met4j_ExtractAnnotations" name="ExtractAnnotations" version="2.0.0"> |
3 <description>Extract databases' references from SBML annotations or notes.</description> | 3 <description>Extract databases' references from SBML annotations or notes.</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.ExtractAnnotations -i "$inputPath" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh attributes.ExtractAnnotations -i "$inputPath" |
11 -export "$export" | 11 -export "$export" |
12 -db "$db" | 12 -db "$db" |
13 $uniq | 13 $uniq |
32 <outputs> | 32 <outputs> |
33 <data format="tsv" name="outputPath"/> | 33 <data format="tsv" name="outputPath"/> |
34 </outputs> | 34 </outputs> |
35 <tests> | 35 <tests> |
36 <test> | 36 <test> |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 <param name="inputPath" value="Human-GEM_pathways.xml"/> | 37 <param name="inputPath" value="Human-GEM_pathways.xml"/> |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 <param name="export" value="METABOLITE"/> | 38 <param name="export" value="METABOLITE"/> |
51 | |
52 | |
53 | |
54 | |
55 | |
56 | |
57 <param name="db" value="metanetx.chemical"/> | 39 <param name="db" value="metanetx.chemical"/> |
58 | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 <output ftype="tsv" name="outputPath"> | 40 <output ftype="tsv" name="outputPath"> |
65 | |
66 | |
67 | |
68 | |
69 | |
70 | |
71 <assert_contents> | 41 <assert_contents> |
72 | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 <has_n_lines n="146"/> | 42 <has_n_lines n="146"/> |
79 | |
80 | |
81 | |
82 | |
83 | |
84 | |
85 <has_n_columns n="2"/> | 43 <has_n_columns n="2"/> |
86 | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 </assert_contents> | 44 </assert_contents> |
93 | |
94 | |
95 | |
96 | |
97 | |
98 | |
99 </output> | 45 </output> |
100 | |
101 | |
102 | |
103 | |
104 | |
105 | |
106 </test> | 46 </test> |
107 <test> | 47 <test> |
108 | |
109 | |
110 | |
111 | |
112 | |
113 | |
114 <param name="inputPath" value="Human-GEM_pathways.xml"/> | 48 <param name="inputPath" value="Human-GEM_pathways.xml"/> |
115 | |
116 | |
117 | |
118 | |
119 | |
120 | |
121 <param name="export" value="METABOLITE"/> | 49 <param name="export" value="METABOLITE"/> |
122 | |
123 | |
124 | |
125 | |
126 | |
127 | |
128 <param name="db" value="metanetx.chemical"/> | 50 <param name="db" value="metanetx.chemical"/> |
129 | |
130 | |
131 | |
132 | |
133 | |
134 | |
135 <param name="skip" value="true"/> | 51 <param name="skip" value="true"/> |
136 | |
137 | |
138 | |
139 | |
140 | |
141 | |
142 <output ftype="tsv" name="outputPath"> | 52 <output ftype="tsv" name="outputPath"> |
143 | |
144 | |
145 | |
146 | |
147 | |
148 | |
149 <assert_contents> | 53 <assert_contents> |
150 | |
151 | |
152 | |
153 | |
154 | |
155 | |
156 <has_n_lines n="145"/> | 54 <has_n_lines n="145"/> |
157 | |
158 | |
159 | |
160 | |
161 | |
162 | |
163 <has_n_columns n="2"/> | 55 <has_n_columns n="2"/> |
164 | |
165 | |
166 | |
167 | |
168 | |
169 | |
170 </assert_contents> | 56 </assert_contents> |
171 | |
172 | |
173 | |
174 | |
175 | |
176 | |
177 </output> | 57 </output> |
178 | |
179 | |
180 | |
181 | |
182 | |
183 | |
184 </test> | 58 </test> |
185 <test> | 59 <test> |
186 | |
187 | |
188 | |
189 | |
190 | |
191 | |
192 <param name="inputPath" value="Human-GEM_pathways.xml"/> | 60 <param name="inputPath" value="Human-GEM_pathways.xml"/> |
193 | |
194 | |
195 | |
196 | |
197 | |
198 | |
199 <param name="export" value="METABOLITE"/> | 61 <param name="export" value="METABOLITE"/> |
200 | |
201 | |
202 | |
203 | |
204 | |
205 | |
206 <param name="db" value="metanetx.chemical"/> | 62 <param name="db" value="metanetx.chemical"/> |
207 | |
208 | |
209 | |
210 | |
211 | |
212 | |
213 <param name="skip" value="true"/> | 63 <param name="skip" value="true"/> |
214 | |
215 | |
216 | |
217 | |
218 | |
219 | |
220 <param name="uniq" value="true"/> | 64 <param name="uniq" value="true"/> |
221 | |
222 | |
223 | |
224 | |
225 | |
226 | |
227 <output ftype="tsv" name="outputPath"> | 65 <output ftype="tsv" name="outputPath"> |
228 | |
229 | |
230 | |
231 | |
232 | |
233 | |
234 <assert_contents> | 66 <assert_contents> |
235 | |
236 | |
237 | |
238 | |
239 | |
240 | |
241 <has_n_lines n="111"/> | 67 <has_n_lines n="111"/> |
242 | |
243 | |
244 | |
245 | |
246 | |
247 | |
248 <has_n_columns n="2"/> | 68 <has_n_columns n="2"/> |
249 | |
250 | |
251 | |
252 | |
253 | |
254 | |
255 </assert_contents> | 69 </assert_contents> |
256 | |
257 | |
258 | |
259 | |
260 | |
261 | |
262 </output> | 70 </output> |
263 | |
264 | |
265 | |
266 | |
267 | |
268 | |
269 </test> | 71 </test> |
270 </tests> | 72 </tests> |
271 <help><![CDATA[Extract databases' references from SBML annotations or notes. The references are exported as a tabulated file with one column with the SBML compound, reaction or gene identifiers, and one column with the corresponding database identifier.The name of the targeted database need to be provided under the same form than the one used in the notes field or the identifiers.org uri.]]></help> | 73 <help><![CDATA[Extract databases' references from SBML annotations or notes. The references are exported as a tabulated file with one column with the SBML compound, reaction or gene identifiers, and one column with the corresponding database identifier.The name of the targeted database need to be provided under the same form than the one used in the notes field or the identifiers.org uri.]]></help> |
272 <citations/> | 74 <citations/> |
273 </tool> | 75 </tool> |