comparison build/tools/CreateMetaNetwork/CreateMetaNetwork.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_CreateMetaNetwork" name="CreateMetaNetwork" version="develop"> 2 <tool id="met4j_CreateMetaNetwork" name="CreateMetaNetwork" version="2.0.0">
3 <description>Create a Meta-Network from two sub-networks in SBML format.</description> 3 <description>Create a Meta-Network from two sub-networks in SBML format.</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 reconstruction.CreateMetaNetwork -n1 "$sbml1FilePath" 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh reconstruction.CreateMetaNetwork -n1 "$sbml1FilePath"
11 -n2 "$sbml2FilePath" 11 -n2 "$sbml2FilePath"
12 -n1ex "$external1" 12 -n1ex "$external1"
13 -n2ex "$external2" 13 -n2ex "$external2"
58 <outputs> 58 <outputs>
59 <data format="sbml" name="outputPath"/> 59 <data format="sbml" name="outputPath"/>
60 </outputs> 60 </outputs>
61 <tests> 61 <tests>
62 <test> 62 <test>
63
64
65
66
67
68
69
70
71
72
73 <param name="sbml1FilePath" value="Human-GEM_pathways.xml"/> 63 <param name="sbml1FilePath" value="Human-GEM_pathways.xml"/>
74
75
76
77
78
79
80
81
82
83
84 <param name="sbml2FilePath" value="ECOL.xml"/> 64 <param name="sbml2FilePath" value="ECOL.xml"/>
85
86
87
88
89
90
91
92
93
94
95 <param name="external1" value="s"/> 65 <param name="external1" value="s"/>
96
97
98
99
100
101
102
103
104
105
106 <param name="external2" value="e"/> 66 <param name="external2" value="e"/>
107
108
109
110
111
112
113
114
115
116
117 <param name="n1prefix" value="hsa"/> 67 <param name="n1prefix" value="hsa"/>
118
119
120
121
122
123
124
125
126
127
128 <param name="n2prefix" value="eco"/> 68 <param name="n2prefix" value="eco"/>
129
130
131
132
133
134
135
136
137
138
139 <param name="mergingCriterion" value="by_metanetx"/> 69 <param name="mergingCriterion" value="by_metanetx"/>
140
141
142
143
144
145
146
147
148
149
150 <output ftype="sbml" name="outputPath"> 70 <output ftype="sbml" name="outputPath">
151
152
153
154
155
156
157
158
159
160
161 <assert_contents> 71 <assert_contents>
162
163
164
165
166
167
168
169
170
171
172 <has_text text="&lt;/sbml&gt;"/> 72 <has_text text="&lt;/sbml&gt;"/>
173
174
175
176
177
178
179
180
181
182
183 </assert_contents> 73 </assert_contents>
184
185
186
187
188
189
190
191
192
193
194 </output> 74 </output>
195
196
197
198
199
200
201
202
203
204
205 </test> 75 </test>
206 </tests> 76 </tests>
207 <help><![CDATA[Create a Meta-Network from two sub-networks in SBML format. 77 <help><![CDATA[Create a Meta-Network from two sub-networks in SBML format.
208 A meta-network is a single model which contains several sub-networks that remains individualized within the meta-network (as opposed to model fusion), but which can share some of their components with other sub-networks through a shared "medium" compartment.]]></help> 78 A meta-network is a single model which contains several sub-networks that remains individualized within the meta-network (as opposed to model fusion), but which can share some of their components with other sub-networks through a shared "medium" compartment.]]></help>
209 <citations/> 79 <citations/>