comparison tools/attributes/ExtractPathways/ExtractPathways.xml @ 9:0976a6257300 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 05db35f63cadb9d56dafff594a3507c59cd85273
author metexplore
date Fri, 31 Jan 2025 18:28:53 +0000
parents 7a6f2380fc1d
children 6a112eaf8f38
comparison
equal deleted inserted replaced
8:1274e2a62479 9:0976a6257300
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_ExtractPathways" name="ExtractPathways" version="MET4J_VERSION_TEST"> 2 <tool id="met4j_ExtractPathways" name="ExtractPathways" version="develop">
3 <description>Extract pathway(s) from GSMN</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:MET4J_VERSION_TEST</container> 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:develop</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
27 <param name="inputPath" value="XF_network.sbml"/> 38 <param name="inputPath" value="XF_network.sbml"/>
39
40
41
42
43
44
45
46
47
48
49
28 <param name="pathwayId" value="Citric_Acid_Cycle+Folate_Metabolism+toto"/> 50 <param name="pathwayId" value="Citric_Acid_Cycle+Folate_Metabolism+toto"/>
51
52
53
54
55
56
57
58
59
60
61
29 <output ftype="sbml" name="outputPath"> 62 <output ftype="sbml" name="outputPath">
30 <assert_contents> 63
31 <is_valid_xml/> 64
32 <has_line_matching expression=".*&lt;reaction.*" n="17"/> 65
33 <has_line_matching expression=".*groups:id=.*" n="2"/> 66
34 </assert_contents> 67
35 </output> 68
69
70
71
72
73
74 <assert_contents>
75
76
77
78
79
80
81
82
83
84
85
86 <is_valid_xml/>
87
88
89
90
91
92
93
94
95
96
97
98 <has_line_matching expression=".*&lt;reaction.*" n="17"/>
99
100
101
102
103
104
105
106
107
108
109
110 <has_line_matching expression=".*groups:id=.*" n="2"/>
111
112
113
114
115
116
117
118
119
120
121
122 </assert_contents>
123
124
125
126
127
128
129
130
131
132
133
134 </output>
135
136
137
138
139
140
141
142
143
144
145
36 </test> 146 </test>
37 </tests> 147 </tests>
38 <help><![CDATA["Extract pathway(s) from GSMN: From a SBML file, Create a sub-network SBML file including only a selection of pathways]]></help> 148 <help><![CDATA[Extract pathway(s) from a SBML file and create a sub-network SBML file]]></help>
39 <citations/> 149 <citations/>
40 </tool> 150 </tool>