comparison SetReferences.xml @ 3:c7b3d0782d84 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:19 +0000
parents 4e0e0b696427
children
comparison
equal deleted inserted replaced
2:b2c2b2b7349f 3:c7b3d0782d84
63 </param> 63 </param>
64 </inputs> 64 </inputs>
65 <outputs> 65 <outputs>
66 <data format="sbml" name="out"/> 66 <data format="sbml" name="out"/>
67 </outputs> 67 </outputs>
68 <tests> 68 <tests/>
69 <test>
70 <param name="sbml" value="toy_model.xml"/>
71 <param name="tab" value="refs.tsv"/>
72 <param name="ref" value="InChi"/>
73 <param name="o" value="METABOLITE"/>
74 <output ftype="sbml" name="out">
75 <assert_contents>
76 <is_valid_xml/>
77 <has_line_matching expression=".*C2H6O.*" n="3"/>
78 <has_line_matching expression=".*C6H8O6.*" n="1"/>
79 </assert_contents>
80 </output>
81 </test>
82 </tests>
83 <help><![CDATA[Add references to network objects in a SBML file from a tabulated file containing the metabolite ids and the references 69 <help><![CDATA[Add references to network objects in a SBML file from a tabulated file containing the metabolite ids and the references
84 Reference name given as parameter (-ref) must correspond to an existing id in the registry of identifiers.org (https://registry.identifiers.org/registry) 70 Reference name given as parameter (-ref) must correspond to an existing id in the registry of identifiers.org (https://registry.identifiers.org/registry)
85 The corresponding key:value pair will be written as metabolite or reaction MIRIAM annotation (see https://pubmed.ncbi.nlm.nih.gov/16333295/) 71 The corresponding key:value pair will be written as metabolite or reaction MIRIAM annotation (see https://pubmed.ncbi.nlm.nih.gov/16333295/)
86 @ATTRIBUTION@]]></help> 72 @ATTRIBUTION@]]></help>
87 <citations> 73 <citations>