comparison ExtractSubReactionNetwork.xml @ 3:6acc432dc801 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:29:21 +0000
parents 58f9ab14dc60
children
comparison
equal deleted inserted replaced
2:e49626b242f9 3:6acc432dc801
44 <option value="gml">gml</option> 44 <option value="gml">gml</option>
45 <option selected="true" value="tab">tab</option> 45 <option selected="true" value="tab">tab</option>
46 <option value="nodeList">nodeList</option> 46 <option value="nodeList">nodeList</option>
47 <option value="json">json</option> 47 <option value="json">json</option>
48 <option value="matrix">matrix</option> 48 <option value="matrix">matrix</option>
49 <option value="jsonviz">jsonviz</option>
49 </param> 50 </param>
50 </inputs> 51 </inputs>
51 <outputs> 52 <outputs>
52 <data format="txt" name="output"/> 53 <data format="txt" name="output"/>
53 </outputs> 54 </outputs>
54 <tests> 55 <tests/>
55 <test>
56 <param name="inputPath" value="toy_model.xml"/>
57 <param name="sourcePath" value="seeds.txt"/>
58 <param name="targetPath" value="targets.txt"/>
59 <param name="sideCompoundFile" value="sides.txt"/>
60 <param name="format" value="gml"/>
61 <output ftype="txt" name="output">
62 <assert_contents>
63 <has_line_matching expression=".*node.*" n="3"/>
64 <has_line_matching expression=".*edge.*" n="2"/>
65 </assert_contents>
66 </output>
67 </test>
68 </tests>
69 <help><![CDATA[Create a subnetwork from a metabolic network in SBML format, and two files containing lists of reactions of interests ids, one per row, plus one file of the same format containing side compounds ids. 56 <help><![CDATA[Create a subnetwork from a metabolic network in SBML format, and two files containing lists of reactions of interests ids, one per row, plus one file of the same format containing side compounds ids.
70 The subnetwork corresponds to the part of the network that connects reactions from the first list to reactions from the second list. 57 The subnetwork corresponds to the part of the network that connects reactions from the first list to reactions from the second list.
71 Sources and targets list can have elements in common. The connecting part can be defined as the union of shortest or k-shortest paths between sources and targets, or the Steiner tree connecting them. Contrary to compound graph, reaction graph often lacks weighting policy for edge relevance. In order to ensure appropriate network density, a list of side compounds to ignore for linking reactions must be provided. An optional edge weight file, if available, can also be used. 58 Sources and targets list can have elements in common. The connecting part can be defined as the union of shortest or k-shortest paths between sources and targets, or the Steiner tree connecting them. Contrary to compound graph, reaction graph often lacks weighting policy for edge relevance. In order to ensure appropriate network density, a list of side compounds to ignore for linking reactions must be provided. An optional edge weight file, if available, can also be used.
72 @ATTRIBUTION@]]></help> 59 @ATTRIBUTION@]]></help>
73 <citations/> 60 <citations/>