comparison FormulaMapper.xml @ 1:927af2eb6534 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit 71335d4a636672d264cc4f443c07856907571928
author metexplore
date Fri, 21 Nov 2025 10:20:11 +0000
parents c9f248f68f60
children
comparison
equal deleted inserted replaced
0:c9f248f68f60 1:927af2eb6534
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_FormulaMapper" name="FormulaMapper" version="@TOOL_VERSION@"> 2 <tool id="met4j_FormulaMapper" name="FormulaMapper" version="@TOOL_VERSION@">
3 <description>Map a list of formulas against metabolites from a SBML file</description> 3 <description>Retrieve metabolites in a SBML file from their chemical formula</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
18 </inputs> 18 </inputs>
19 <outputs> 19 <outputs>
20 <data format="tsv" name="outputPath"/> 20 <data format="tsv" name="outputPath"/>
21 </outputs> 21 </outputs>
22 <tests/> 22 <tests/>
23 <help><![CDATA[ 23 <help><![CDATA[Retrieve metabolites in a SBML file from their chemical formula.
24 The SBML file is expected to contain fbc:chemicalFormula attributes for species entries.
25 The input formula file should contain one formula per line. The output is a tab delimited file with two columns: query formula, sbml metabolite id (one line per match)
24 @ATTRIBUTION@]]></help> 26 @ATTRIBUTION@]]></help>
25 <citations/> 27 <citations/>
26 </tool> 28 </tool>