comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:3a7e9fa743a6
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_FbcToNotes" name="FbcToNotes" version="@TOOL_VERSION@">
3 <description>Convert FBC package annotations to sbml html notes</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[met4j fr.inrae.toulouse.metexplore.met4j_toolbox.convert.FbcToNotes -i "$inputPath"
10 -o "$outputPath"
11 ]]></command>
12 <inputs>
13 <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/>
14 </inputs>
15 <outputs>
16 <data format="sbml" name="outputPath"/>
17 </outputs>
18 <tests>
19 <test>
20 <param name="inputPath" value="ECOL.xml"/>
21 <output ftype="sbml" name="outputPath">
22 <assert_contents>
23 <is_valid_xml/>
24 <has_line_matching expression=".*GENE_ASSOCIATION: b2312.*" n="1"/>
25 </assert_contents>
26 </output>
27 </test>
28 </tests>
29 <help><![CDATA[Convert FBC package annotations to sbml html notes (see https://www.degruyter.com/document/doi/10.1515/jib-2017-0082/html)
30 @ATTRIBUTION@]]></help>
31 <citations>
32 <citation type="doi">10.1515/jib-2017-0082</citation>
33 </citations>
34 </tool>