Mercurial > repos > metexplore > met4j
comparison tools/convert/Sbml2Graph/Sbml2Graph.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_Sbml2Graph" name="Sbml2Graph" version="develop"> | 2 <tool id="met4j_Sbml2Graph" name="Sbml2Graph" version="2.0.0"> |
| 3 <description>Create a graph representation of a SBML file content, and export it in graph file format.</description> | 3 <description>Create a graph representation of a SBML file content, and export it in graph file 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 convert.Sbml2Graph -i "$inputPath" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh convert.Sbml2Graph -i "$inputPath" |
| 11 $bipartite | 11 $bipartite |
| 12 $compound | 12 $compound |
| 13 $reaction | 13 $reaction |
| 32 <outputs> | 32 <outputs> |
| 33 <data format="txt" name="output"/> | 33 <data format="txt" name="output"/> |
| 34 </outputs> | 34 </outputs> |
| 35 <tests> | 35 <tests> |
| 36 <test> | 36 <test> |
| 37 | |
| 38 | |
| 39 | |
| 40 <param name="inputPath" value="toy_model.xml"/> | 37 <param name="inputPath" value="toy_model.xml"/> |
| 41 | |
| 42 | |
| 43 | |
| 44 <param name="format" value="gml"/> | 38 <param name="format" value="gml"/> |
| 45 | |
| 46 | |
| 47 | |
| 48 <output name="output"> | 39 <output name="output"> |
| 49 | |
| 50 | |
| 51 | |
| 52 <assert_contents> | 40 <assert_contents> |
| 53 | |
| 54 | |
| 55 | |
| 56 <has_line_matching expression=".*node.*" n="8"/> | 41 <has_line_matching expression=".*node.*" n="8"/> |
| 57 | |
| 58 | |
| 59 | |
| 60 <has_line_matching expression=".*edge.*" n="9"/> | 42 <has_line_matching expression=".*edge.*" n="9"/> |
| 61 | |
| 62 | |
| 63 | |
| 64 </assert_contents> | 43 </assert_contents> |
| 65 | |
| 66 | |
| 67 | |
| 68 </output> | 44 </output> |
| 69 | |
| 70 | |
| 71 | |
| 72 </test> | 45 </test> |
| 73 <test> | 46 <test> |
| 74 | |
| 75 | |
| 76 | |
| 77 <param name="inputPath" value="toy_model.xml"/> | 47 <param name="inputPath" value="toy_model.xml"/> |
| 78 | |
| 79 | |
| 80 | |
| 81 <param name="bipartite" value="true"/> | 48 <param name="bipartite" value="true"/> |
| 82 | |
| 83 | |
| 84 | |
| 85 <param name="compound" value="false"/> | 49 <param name="compound" value="false"/> |
| 86 | |
| 87 | |
| 88 | |
| 89 <param name="format" value="gml"/> | 50 <param name="format" value="gml"/> |
| 90 | |
| 91 | |
| 92 | |
| 93 <output name="output"> | 51 <output name="output"> |
| 94 | |
| 95 | |
| 96 | |
| 97 <assert_contents> | 52 <assert_contents> |
| 98 | |
| 99 | |
| 100 | |
| 101 <has_line_matching expression=".*node.*" n="15"/> | 53 <has_line_matching expression=".*node.*" n="15"/> |
| 102 | |
| 103 | |
| 104 | |
| 105 <has_line_matching expression=".*edge.*" n="17"/> | 54 <has_line_matching expression=".*edge.*" n="17"/> |
| 106 | |
| 107 | |
| 108 | |
| 109 </assert_contents> | 55 </assert_contents> |
| 110 | |
| 111 | |
| 112 | |
| 113 </output> | 56 </output> |
| 114 | |
| 115 | |
| 116 | |
| 117 </test> | 57 </test> |
| 118 <test> | 58 <test> |
| 119 | |
| 120 | |
| 121 | |
| 122 <param name="inputPath" value="toy_model.xml"/> | 59 <param name="inputPath" value="toy_model.xml"/> |
| 123 | |
| 124 | |
| 125 | |
| 126 <param name="reaction" value="true"/> | 60 <param name="reaction" value="true"/> |
| 127 | |
| 128 | |
| 129 | |
| 130 <param name="compound" value="false"/> | 61 <param name="compound" value="false"/> |
| 131 | |
| 132 | |
| 133 | |
| 134 <param name="format" value="gml"/> | 62 <param name="format" value="gml"/> |
| 135 | |
| 136 | |
| 137 | |
| 138 <output name="output"> | 63 <output name="output"> |
| 139 | |
| 140 | |
| 141 | |
| 142 <assert_contents> | 64 <assert_contents> |
| 143 | |
| 144 | |
| 145 | |
| 146 | |
| 147 <has_line_matching expression=".*node.*" n="7"/> | 65 <has_line_matching expression=".*node.*" n="7"/> |
| 148 | |
| 149 | |
| 150 | |
| 151 <has_line_matching expression=".*edge.*" n="8"/> | 66 <has_line_matching expression=".*edge.*" n="8"/> |
| 152 | |
| 153 | |
| 154 | |
| 155 | |
| 156 </assert_contents> | 67 </assert_contents> |
| 157 | |
| 158 | |
| 159 | |
| 160 | |
| 161 </output> | 68 </output> |
| 162 | |
| 163 | |
| 164 | |
| 165 </test> | 69 </test> |
| 166 </tests> | 70 </tests> |
| 167 <help><![CDATA[Create a graph representation of a SBML file content, and export it in graph file format. | 71 <help><![CDATA[Create a graph representation of a SBML file content, and export it in graph file format. |
| 168 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.]]></help> | 72 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.]]></help> |
| 169 <citations> | 73 <citations> |
