comparison FbcToNotes.xml @ 1:a7a87049909a draft

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit 6bb33ff0ff022029543e5e5ace7d16418715aa1c
author metexplore
date Mon, 25 Aug 2025 16:06:18 +0000
parents 3a7e9fa743a6
children 3fa812360238
comparison
equal deleted inserted replaced
0:3a7e9fa743a6 1:a7a87049909a
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[met4j fr.inrae.toulouse.metexplore.met4j_toolbox.convert.FbcToNotes -i "$inputPath" 9 <command detect_errors="exit_code"><![CDATA[met4j convert.FbcToNotes -i "$inputPath"
10 -o "$outputPath" 10 -o "$outputPath"
11 ]]></command> 11 ]]></command>
12 <inputs> 12 <inputs>
13 <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/> 13 <param argument="-i" format="sbml" label="input SBML file" name="inputPath" optional="false" type="data" value=""/>
14 </inputs> 14 </inputs>
24 <has_line_matching expression=".*GENE_ASSOCIATION: b2312.*" n="1"/> 24 <has_line_matching expression=".*GENE_ASSOCIATION: b2312.*" n="1"/>
25 </assert_contents> 25 </assert_contents>
26 </output> 26 </output>
27 </test> 27 </test>
28 </tests> 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) 29 <help><![CDATA[Convert FBC package annotations to sbml html notes
30 Convert FBC package annotations to sbml html notes.Be careful, the app reads only fbc annotations, the existing html notes will be overwritten.
30 @ATTRIBUTION@]]></help> 31 @ATTRIBUTION@]]></help>
31 <citations> 32 <citations>
32 <citation type="doi">10.1515/jib-2017-0082</citation> 33 <citation type="doi">10.1515/jib-2017-0082</citation>
33 </citations> 34 </citations>
34 </tool> 35 </tool>