comparison tools/convert/FbcToNotes/FbcToNotes.xml @ 0:dcd16521b969 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 5dab0a2d83a1fdd7a1878a50ba0f24e752505393
author metexplore
date Fri, 10 Jun 2022 10:31:34 +0000
parents
children 9b162ee6ff8e
comparison
equal deleted inserted replaced
-1:000000000000 0:dcd16521b969
1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="met4j_FbcToNotes" name="FbcToNotes" version="0.11.0">
3 <description>Convert FBC package annotations to sbml notes</description>
4 <xrefs>
5 <xref type="bio.tools">met4j</xref>
6 </xrefs>
7 <requirements>
8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:0.11.0</container>
9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh convert.FbcToNotes -i "$inputPath"
11 -o "$outputPath"
12 ]]></command>
13 <inputs>
14 <param argument="-i" format="sbml" label="input file" name="inputPath" optional="false" type="data" value=""/>
15 </inputs>
16 <outputs>
17 <data format="sbml" name="outputPath"/>
18 </outputs>
19 <tests>
20 <test>
21 <param name="inputPath" value="ECOL.xml"/>
22 <output ftype="sbml" name="outputPath">
23 <assert_contents>
24 <is_valid_xml/>
25 <has_line_matching expression=".*GENE_ASSOCIATION: b2312.*" n="1"/>
26 </assert_contents>
27 </output>
28 </test>
29 </tests>
30 <help><![CDATA[Convert FBC package annotations to sbml notes]]></help>
31 </tool>