Mercurial > repos > metexplore > met4j_getmetaboliteattributes
view GetMetaboliteAttributes.xml @ 4:1c084a43203c draft default tip
planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit c3527564d230b36ac1a196606c60c97a5b8ad9cf
| author | metexplore |
|---|---|
| date | Mon, 02 Feb 2026 08:49:03 +0000 |
| parents | 6d3e7486c6fc |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <tool id="met4j_GetMetaboliteAttributes" name="GetMetaboliteAttributes" version="@TOOL_VERSION@"> <description>Create a tabulated file with metabolite attributes from a SBML file</description> <macros> <import>macros.xml</import> </macros> <expand macro="bio_tools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[met4j attributes.GetMetaboliteAttributes -i "$sbml" -o "$outputFile" ]]></command> <inputs> <param argument="-i" format="sbml" label="Input SBML file" name="sbml" optional="false" type="data" value=""/> </inputs> <outputs> <data format="tsv" name="outputFile"/> </outputs> <tests/> <help><![CDATA[Create a tabulated file with metabolite attributes from a SBML file @ATTRIBUTION@]]></help> <citations/> </tool>
