comparison FbcToNotes.xml @ 3:3fa812360238 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:29:30 +0000
parents a7a87049909a
children
comparison
equal deleted inserted replaced
2:9027a13484ad 3:3fa812360238
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>
15 <outputs> 15 <outputs>
16 <data format="sbml" name="outputPath"/> 16 <data format="sbml" name="outputPath"/>
17 </outputs> 17 </outputs>
18 <tests> 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 19 <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. 20 Convert FBC package annotations to sbml html notes.Be careful, the app reads only fbc annotations, the existing html notes will be overwritten.
31 @ATTRIBUTION@]]></help> 21 @ATTRIBUTION@]]></help>
32 <citations> 22 <citations>
33 <citation type="doi">10.1515/jib-2017-0082</citation> 23 <citation type="doi">10.1515/jib-2017-0082</citation>