Mercurial > repos > metexplore > met4j
comparison build/tools/ExtractPathways/ExtractPathways.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_ExtractPathways" name="ExtractPathways" version="develop"> | 2 <tool id="met4j_ExtractPathways" name="ExtractPathways" version="2.0.0"> |
| 3 <description>Extract pathway(s) from a SBML file and create a sub-network SBML file</description> | 3 <description>Extract pathway(s) from a SBML file and create a sub-network SBML file</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 attributes.ExtractPathways -i "$inputPath" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh attributes.ExtractPathways -i "$inputPath" |
| 11 -p "$pathwayId" | 11 -p "$pathwayId" |
| 12 -o "$outputPath" | 12 -o "$outputPath" |
| 13 ]]></command> | 13 ]]></command> |
| 22 <outputs> | 22 <outputs> |
| 23 <data format="sbml" name="outputPath"/> | 23 <data format="sbml" name="outputPath"/> |
| 24 </outputs> | 24 </outputs> |
| 25 <tests> | 25 <tests> |
| 26 <test> | 26 <test> |
| 27 | |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 | |
| 33 | |
| 34 | |
| 35 | |
| 36 | |
| 37 | |
| 38 <param name="inputPath" value="XF_network.sbml"/> | 27 <param name="inputPath" value="XF_network.sbml"/> |
| 39 | |
| 40 | |
| 41 | |
| 42 | |
| 43 | |
| 44 | |
| 45 | |
| 46 | |
| 47 | |
| 48 | |
| 49 | |
| 50 <param name="pathwayId" value="Citric_Acid_Cycle+Folate_Metabolism+toto"/> | 28 <param name="pathwayId" value="Citric_Acid_Cycle+Folate_Metabolism+toto"/> |
| 51 | |
| 52 | |
| 53 | |
| 54 | |
| 55 | |
| 56 | |
| 57 | |
| 58 | |
| 59 | |
| 60 | |
| 61 | |
| 62 <output ftype="sbml" name="outputPath"> | 29 <output ftype="sbml" name="outputPath"> |
| 63 | |
| 64 | |
| 65 | |
| 66 | |
| 67 | |
| 68 | |
| 69 | |
| 70 | |
| 71 | |
| 72 | |
| 73 | |
| 74 <assert_contents> | 30 <assert_contents> |
| 75 | |
| 76 | |
| 77 | |
| 78 | |
| 79 | |
| 80 | |
| 81 | |
| 82 | |
| 83 | |
| 84 | |
| 85 | |
| 86 <is_valid_xml/> | 31 <is_valid_xml/> |
| 87 | |
| 88 | |
| 89 | |
| 90 | |
| 91 | |
| 92 | |
| 93 | |
| 94 | |
| 95 | |
| 96 | |
| 97 | |
| 98 <has_line_matching expression=".*<reaction.*" n="17"/> | 32 <has_line_matching expression=".*<reaction.*" n="17"/> |
| 99 | |
| 100 | |
| 101 | |
| 102 | |
| 103 | |
| 104 | |
| 105 | |
| 106 | |
| 107 | |
| 108 | |
| 109 | |
| 110 <has_line_matching expression=".*groups:id=.*" n="2"/> | 33 <has_line_matching expression=".*groups:id=.*" n="2"/> |
| 111 | |
| 112 | |
| 113 | |
| 114 | |
| 115 | |
| 116 | |
| 117 | |
| 118 | |
| 119 | |
| 120 | |
| 121 | |
| 122 </assert_contents> | 34 </assert_contents> |
| 123 | |
| 124 | |
| 125 | |
| 126 | |
| 127 | |
| 128 | |
| 129 | |
| 130 | |
| 131 | |
| 132 | |
| 133 | |
| 134 </output> | 35 </output> |
| 135 | |
| 136 | |
| 137 | |
| 138 | |
| 139 | |
| 140 | |
| 141 | |
| 142 | |
| 143 | |
| 144 | |
| 145 | |
| 146 </test> | 36 </test> |
| 147 </tests> | 37 </tests> |
| 148 <help><![CDATA[Extract pathway(s) from a SBML file and create a sub-network SBML file]]></help> | 38 <help><![CDATA[Extract pathway(s) from a SBML file and create a sub-network SBML file]]></help> |
| 149 <citations/> | 39 <citations/> |
| 150 </tool> | 40 </tool> |
