Mercurial > repos > metexplore > met4j_sbml2graph
diff Sbml2Graph.xml @ 3:c17685061077 draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
| author | metexplore |
|---|---|
| date | Wed, 21 Jan 2026 15:31:41 +0000 |
| parents | a06c047410ac |
| children |
line wrap: on
line diff
--- a/Sbml2Graph.xml Fri Nov 21 10:22:29 2025 +0000 +++ b/Sbml2Graph.xml Wed Jan 21 15:31:41 2026 +0000 @@ -26,47 +26,13 @@ <option value="nodeList">nodeList</option> <option value="json">json</option> <option value="matrix">matrix</option> + <option value="jsonviz">jsonviz</option> </param> </inputs> <outputs> <data format="txt" name="output"/> </outputs> - <tests> - <test> - <param name="inputPath" value="toy_model.xml"/> - <param name="format" value="gml"/> - <output name="output"> - <assert_contents> - <has_line_matching expression=".*node.*" n="8"/> - <has_line_matching expression=".*edge.*" n="9"/> - </assert_contents> - </output> - </test> - <test> - <param name="inputPath" value="toy_model.xml"/> - <param name="bipartite" value="true"/> - <param name="compound" value="false"/> - <param name="format" value="gml"/> - <output name="output"> - <assert_contents> - <has_line_matching expression=".*node.*" n="15"/> - <has_line_matching expression=".*edge.*" n="17"/> - </assert_contents> - </output> - </test> - <test> - <param name="inputPath" value="toy_model.xml"/> - <param name="reaction" value="true"/> - <param name="compound" value="false"/> - <param name="format" value="gml"/> - <output name="output"> - <assert_contents> - <has_line_matching expression=".*node.*" n="7"/> - <has_line_matching expression=".*edge.*" n="8"/> - </assert_contents> - </output> - </test> - </tests> + <tests/> <help><![CDATA[Create a graph representation of a SBML file content, and export it in graph file format. The graph can be either a compound graph, a reaction graph or a bipartite graph, and can be exported in gml or tabulated file format. @ATTRIBUTION@]]></help>
