Mercurial > repos > metexplore > met4j_fbctonotes
diff FbcToNotes.xml @ 0:3a7e9fa743a6 draft
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit e28ca123295d50b85ba872e5a4720fd72697ecc3
| author | metexplore |
|---|---|
| date | Thu, 13 Mar 2025 15:42:55 +0000 |
| parents | |
| children | a7a87049909a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FbcToNotes.xml Thu Mar 13 15:42:55 2025 +0000 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<tool id="met4j_FbcToNotes" name="FbcToNotes" version="@TOOL_VERSION@"> + <description>Convert FBC package annotations to sbml html notes</description> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="bio_tools"/> + <expand macro="requirements"/> + <command detect_errors="exit_code"><![CDATA[met4j fr.inrae.toulouse.metexplore.met4j_toolbox.convert.FbcToNotes -i "$inputPath" + -o "$outputPath" +]]></command> + <inputs> + <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/> + </inputs> + <outputs> + <data format="sbml" name="outputPath"/> + </outputs> + <tests> + <test> + <param name="inputPath" value="ECOL.xml"/> + <output ftype="sbml" name="outputPath"> + <assert_contents> + <is_valid_xml/> + <has_line_matching expression=".*GENE_ASSOCIATION: b2312.*" n="1"/> + </assert_contents> + </output> + </test> + </tests> + <help><![CDATA[Convert FBC package annotations to sbml html notes (see https://www.degruyter.com/document/doi/10.1515/jib-2017-0082/html) +@ATTRIBUTION@]]></help> + <citations> + <citation type="doi">10.1515/jib-2017-0082</citation> + </citations> +</tool>
