comparison ScopeNetwork.xml @ 3:5af67f89f924 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:32:13 +0000
parents acb07ddab0c7
children
comparison
equal deleted inserted replaced
2:75002f79706d 3:5af67f89f924
32 <option value="gml">gml</option> 32 <option value="gml">gml</option>
33 <option selected="true" value="tab">tab</option> 33 <option selected="true" value="tab">tab</option>
34 <option value="nodeList">nodeList</option> 34 <option value="nodeList">nodeList</option>
35 <option value="json">json</option> 35 <option value="json">json</option>
36 <option value="matrix">matrix</option> 36 <option value="matrix">matrix</option>
37 <option value="jsonviz">jsonviz</option>
37 </param> 38 </param>
38 </inputs> 39 </inputs>
39 <outputs> 40 <outputs>
40 <data format="txt" name="output"/> 41 <data format="txt" name="output"/>
41 </outputs> 42 </outputs>
42 <tests> 43 <tests/>
43 <test>
44 <param name="sbmlFilePath" value="toy_model.xml"/>
45 <param name="seedsFilePath" value="seeds.txt"/>
46 <param name="sideCompoundFile" value="sides.txt"/>
47 <param name="format" value="gml"/>
48 <output ftype="txt" name="output">
49 <assert_contents>
50 <has_line_matching expression=".*node.*" n="9"/>
51 <has_line_matching expression=".*edge.*" n="11"/>
52 </assert_contents>
53 </output>
54 </test>
55 </tests>
56 <help><![CDATA[Perform a network expansion from a set of compound seeds to create a scope network 44 <help><![CDATA[Perform a network expansion from a set of compound seeds to create a scope network
57 The scope of a set of compounds (seed) refer to the maximal metabolic network that can be extended from them,where the extension process consist of adding a reaction to the network if and only if all of its substrates are either a seed or a product of a previously added reaction 45 The scope of a set of compounds (seed) refer to the maximal metabolic network that can be extended from them,where the extension process consist of adding a reaction to the network if and only if all of its substrates are either a seed or a product of a previously added reaction
58 @ATTRIBUTION@]]></help> 46 @ATTRIBUTION@]]></help>
59 <citations> 47 <citations>
60 <citation type="doi">10.1007/s00239-005-0027-1</citation> 48 <citation type="doi">10.1007/s00239-005-0027-1</citation>