comparison SetChemicalFormulas.xml @ 3:b9d95baab679 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:32:35 +0000
parents e524934080ed
children
comparison
equal deleted inserted replaced
2:c1a0a6d9766a 3:b9d95baab679
45 </param> 45 </param>
46 </inputs> 46 </inputs>
47 <outputs> 47 <outputs>
48 <data format="sbml" name="out"/> 48 <data format="sbml" name="out"/>
49 </outputs> 49 </outputs>
50 <tests> 50 <tests/>
51 <test>
52 <param name="sbml" value="toy_model.xml"/>
53 <param name="tab" value="formula.tsv"/>
54 <output ftype="sbml" name="out">
55 <assert_contents>
56 <is_valid_xml/>
57 <has_line_matching expression=".*CH6O6.*" n="2"/>
58 <has_line_matching expression=".*CH12O4.*" n="2"/>
59 </assert_contents>
60 </output>
61 </test>
62 <test expect_failure="true">
63 <param name="sbml" value="toy_model.xml"/>
64 <param name="tab" value="formulaBad.tsv"/>
65 </test>
66 </tests>
67 <help><![CDATA[Set Formula to network metabolites from a tabulated file containing the metabolite ids and the formulas 51 <help><![CDATA[Set Formula to network metabolites from a tabulated file containing the metabolite ids and the formulas
68 The ids must correspond between the tabulated file and the SBML file. 52 The ids must correspond between the tabulated file and the SBML file.
69 If prefix or suffix is different in the SBML file, use the -p or the -s options. 53 If prefix or suffix is different in the SBML file, use the -p or the -s options.
70 The formula will be written in the SBML file in two locations:+ 54 The formula will be written in the SBML file in two locations:+
71 - in the metabolite HTML notes (e.g. formula: C16H29O2) 55 - in the metabolite HTML notes (e.g. formula: C16H29O2)