comparison tools/networkAnalysis/SideCompoundsScan/SideCompoundsScan.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_SideCompoundsScan" name="SideCompoundsScan" version="develop"> 2 <tool id="met4j_SideCompoundsScan" name="SideCompoundsScan" version="2.0.0">
3 <description>Scan a network to identify side compounds.</description> 3 <description>Scan a network to identify side compounds.</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 networkAnalysis.SideCompoundsScan -i "$inputPath" 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.SideCompoundsScan -i "$inputPath"
11 $sideOnly 11 $sideOnly
12 $noReportValue 12 $noReportValue
13 #if str($degree): 13 #if str($degree):
48 <outputs> 48 <outputs>
49 <data format="tsv" name="outputPath"/> 49 <data format="tsv" name="outputPath"/>
50 </outputs> 50 </outputs>
51 <tests> 51 <tests>
52 <test> 52 <test>
53
54
55
56
57
58
59
60
61
62
63
64 <param name="inputPath" value="XF_network.sbml"/> 53 <param name="inputPath" value="XF_network.sbml"/>
65
66
67
68
69
70
71
72
73
74
75
76 <output ftype="tsv" name="outputPath"> 54 <output ftype="tsv" name="outputPath">
77
78
79
80
81
82
83
84
85
86
87
88 <assert_contents> 55 <assert_contents>
89
90
91
92
93
94
95
96
97
98
99
100 <has_n_lines n="1108"/> 56 <has_n_lines n="1108"/>
101
102
103
104
105
106
107
108
109
110
111
112 <has_n_columns n="4"/> 57 <has_n_columns n="4"/>
113
114
115
116
117
118
119
120
121
122
123
124 </assert_contents> 58 </assert_contents>
125
126
127
128
129
130
131
132
133
134
135
136 </output> 59 </output>
137
138
139
140
141
142
143
144
145
146
147
148 </test> 60 </test>
149 <test> 61 <test>
150
151
152
153
154
155
156
157
158
159
160
161 <param name="inputPath" value="XF_network.sbml"/> 62 <param name="inputPath" value="XF_network.sbml"/>
162
163
164
165
166
167
168
169
170
171
172
173 <param name="noReportValue" value="true"/> 63 <param name="noReportValue" value="true"/>
174
175
176
177
178
179
180
181
182
183
184
185 <output ftype="tsv" name="outputPath"> 64 <output ftype="tsv" name="outputPath">
186
187
188
189
190
191
192
193
194
195
196
197 <assert_contents> 65 <assert_contents>
198
199
200
201
202
203
204
205
206
207
208
209 <has_n_lines n="6"/> 66 <has_n_lines n="6"/>
210
211
212
213
214
215
216
217
218
219
220
221 <has_n_columns n="1"/> 67 <has_n_columns n="1"/>
222
223
224
225
226
227
228
229
230
231
232
233 </assert_contents> 68 </assert_contents>
234
235
236
237
238
239
240
241
242
243
244
245 </output> 69 </output>
246
247
248
249
250
251
252
253
254
255
256
257 </test> 70 </test>
258 </tests> 71 </tests>
259 <help><![CDATA[Scan a network to identify side compounds. 72 <help><![CDATA[Scan a network to identify side compounds.
260 Side compounds are metabolites of small relevance for topological analysis. Their definition can be quite subjective and varies between sources. 73 Side compounds are metabolites of small relevance for topological analysis. Their definition can be quite subjective and varies between sources.
261 Side compounds tend to be ubiquitous and not specific to a particular biochemical or physiological process.Compounds usually considered as side compounds include water, atp or carbon dioxide. By being involved in many reactions and thus connected to many compounds, they tend to significantly lower the average shortest path distances beyond expected metabolic relatedness. 74 Side compounds tend to be ubiquitous and not specific to a particular biochemical or physiological process.Compounds usually considered as side compounds include water, atp or carbon dioxide. By being involved in many reactions and thus connected to many compounds, they tend to significantly lower the average shortest path distances beyond expected metabolic relatedness.