comparison NotesToFbc.xml @ 0:c607d6f740e2 draft

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit 6bb33ff0ff022029543e5e5ace7d16418715aa1c
author metexplore
date Mon, 25 Aug 2025 16:07:24 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c607d6f740e2
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <tool id="met4j_NotesToFbc" name="NotesToFbc" version="@TOOL_VERSION@">
3 <description>Convert sbml html notes to fbc package annotations</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 convert.NotesToFbc -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 <help><![CDATA[Convert sbml html notes to fbc package annotations
20 Some old SBML files have notes in the html format. This application will convert them to fbc package annotations.
21 Be careful, the app reads only html notes, the existing fbc annotations will be overwritten.
22 @ATTRIBUTION@]]></help>
23 <citations>
24 <citation type="doi">10.1515/jib-2017-0082</citation>
25 </citations>
26 </tool>