comparison tools/convert/SbmlWizard/SbmlWizard.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_SbmlWizard" name="SbmlWizard" version="develop"> 2 <tool id="met4j_SbmlWizard" name="SbmlWizard" version="2.0.0">
3 <description>General SBML model processing</description> 3 <description>General SBML model processing</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 convert.SbmlWizard -i "$inputPath" 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh convert.SbmlWizard -i "$inputPath"
11 #if str($inputSide) != 'None': 11 #if str($inputSide) != 'None':
12 -rc "$inputSide" 12 -rc "$inputSide"
13 #end if 13 #end if
54 <outputs> 54 <outputs>
55 <data format="sbml" name="outputPath"/> 55 <data format="sbml" name="outputPath"/>
56 </outputs> 56 </outputs>
57 <tests> 57 <tests>
58 <test> 58 <test>
59
60
61
62
63
64
65 <param name="inputPath" value="Human-GEM_pathways.xml"/> 59 <param name="inputPath" value="Human-GEM_pathways.xml"/>
66
67
68
69
70
71
72 <param name="removeIsolated" value="true"/> 60 <param name="removeIsolated" value="true"/>
73
74
75
76
77
78
79 <param name="removeNoFlux" value="true"/> 61 <param name="removeNoFlux" value="true"/>
80
81
82
83
84
85
86 <param name="mergingStrat" value="by_id"/> 62 <param name="mergingStrat" value="by_id"/>
87
88
89
90
91
92
93 <param name="removeDuplicated" value="true"/> 63 <param name="removeDuplicated" value="true"/>
94
95
96
97
98
99
100 <param name="exchangeCompToRemove" value="s"/> 64 <param name="exchangeCompToRemove" value="s"/>
101
102
103
104
105
106
107 <output ftype="sbml" name="outputPath"> 65 <output ftype="sbml" name="outputPath">
108
109
110
111
112
113
114 <assert_contents> 66 <assert_contents>
115
116
117
118
119
120
121 <has_text text="&lt;/sbml&gt;"/> 67 <has_text text="&lt;/sbml&gt;"/>
122
123
124
125
126
127
128 </assert_contents> 68 </assert_contents>
129
130
131
132
133
134
135 </output> 69 </output>
136
137
138
139
140
141
142 </test> 70 </test>
143 <test> 71 <test>
144
145
146
147
148
149
150 <param name="inputPath" value="XF_network.sbml"/> 72 <param name="inputPath" value="XF_network.sbml"/>
151
152
153
154
155
156
157 <param name="removeIsolated" value="true"/> 73 <param name="removeIsolated" value="true"/>
158
159
160
161
162
163
164 <param name="removeNoFlux" value="true"/> 74 <param name="removeNoFlux" value="true"/>
165
166
167
168
169
170
171 <param name="removeDuplicated" value="true"/> 75 <param name="removeDuplicated" value="true"/>
172
173
174
175
176
177
178 <param name="inputSide" value="XF_network_C_Side.tab"/> 76 <param name="inputSide" value="XF_network_C_Side.tab"/>
179
180
181
182
183
184
185 <param name="inputReactions" value="XF_network_R_Seed.tab"/> 77 <param name="inputReactions" value="XF_network_R_Seed.tab"/>
186
187
188
189
190
191
192 <output ftype="sbml" name="outputPath"> 78 <output ftype="sbml" name="outputPath">
193
194
195
196
197
198
199 <assert_contents> 79 <assert_contents>
200
201
202
203
204
205
206 <has_text text="&lt;/sbml&gt;"/> 80 <has_text text="&lt;/sbml&gt;"/>
207
208
209
210
211
212
213 </assert_contents> 81 </assert_contents>
214
215
216
217
218
219
220 </output> 82 </output>
221
222
223
224
225
226
227 </test> 83 </test>
228 </tests> 84 </tests>
229 <help><![CDATA[General SBML model processing including compound removal (such as side compounds or isolated compounds), reaction removal (ex. blocked or exchange reaction), and compartment merging]]></help> 85 <help><![CDATA[General SBML model processing including compound removal (such as side compounds or isolated compounds), reaction removal (ex. blocked or exchange reaction), and compartment merging]]></help>
230 <citations/> 86 <citations/>
231 </tool> 87 </tool>