comparison SetNames.xml @ 3:2b39e4dccb8b draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:33:04 +0000
parents d4c80ff95a3e
children
comparison
equal deleted inserted replaced
2:0c353826af4a 3:2b39e4dccb8b
57 </param> 57 </param>
58 </inputs> 58 </inputs>
59 <outputs> 59 <outputs>
60 <data format="sbml" name="out"/> 60 <data format="sbml" name="out"/>
61 </outputs> 61 </outputs>
62 <tests> 62 <tests/>
63 <test>
64 <param name="sbml" value="toy_model.xml"/>
65 <param name="tab" value="namesMetabolites.tsv"/>
66 <param name="o" value="METABOLITE"/>
67 <output ftype="sbml" name="out">
68 <assert_contents>
69 <is_valid_xml/>
70 <has_line_matching expression=".*metaboliteA.*" n="1"/>
71 <has_line_matching expression=".*metaboliteB.*" n="1"/>
72 </assert_contents>
73 </output>
74 </test>
75 <test>
76 <param name="sbml" value="toy_model.xml"/>
77 <param name="tab" value="namesReactions.tsv"/>
78 <output ftype="sbml" name="out">
79 <assert_contents>
80 <is_valid_xml/>
81 <has_line_matching expression=".*reaction1.*" n="1"/>
82 <has_line_matching expression=".*reaction2.*" n="1"/>
83 </assert_contents>
84 </output>
85 </test>
86 <test>
87 <param name="sbml" value="XF_network.sbml"/>
88 <param name="tab" value="namesPathways.tsv"/>
89 <param name="o" value="PATHWAY"/>
90 <output ftype="sbml" name="out">
91 <assert_contents>
92 <is_valid_xml/>
93 <has_line_matching expression=".*groups:name=.CEB.*" n="1"/>
94 <has_line_matching expression=".*groups:name=.NSP.*" n="1"/>
95 </assert_contents>
96 </output>
97 </test>
98 <test>
99 <param name="sbml" value="XF_network.sbml"/>
100 <param name="tab" value="namesGenes.tsv"/>
101 <param name="o" value="GENE"/>
102 <output ftype="sbml" name="out">
103 <assert_contents>
104 <is_valid_xml/>
105 <has_line_matching expression=".*fbc:name=.G1.*" n="1"/>
106 <has_line_matching expression=".*fbc:name=.G2.*" n="1"/>
107 </assert_contents>
108 </output>
109 </test>
110 </tests>
111 <help><![CDATA[Set names to network objects in a SBML file from a tabulated file containing the object ids and the names 63 <help><![CDATA[Set names to network objects in a SBML file from a tabulated file containing the object ids and the names
112 The ids must correspond between the tabulated file and the SBML file. 64 The ids must correspond between the tabulated file and the SBML file.
113 If prefix or suffix is different in the SBML file, use the -p or the -s options. 65 If prefix or suffix is different in the SBML file, use the -p or the -s options.
114 @ATTRIBUTION@]]></help> 66 @ATTRIBUTION@]]></help>
115 <citations/> 67 <citations/>