comparison SetPathways.xml @ 3:f610e716950a draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:33:13 +0000
parents 2d11c51ed536
children
comparison
equal deleted inserted replaced
2:b76767e37412 3:f610e716950a
51 </param> 51 </param>
52 </inputs> 52 </inputs>
53 <outputs> 53 <outputs>
54 <data format="sbml" name="out"/> 54 <data format="sbml" name="out"/>
55 </outputs> 55 </outputs>
56 <tests> 56 <tests/>
57 <test>
58 <param name="sbml" value="toy_model.xml"/>
59 <param name="tab" value="pathways.tsv"/>
60 <output ftype="sbml" name="out">
61 <assert_contents>
62 <is_valid_xml/>
63 <has_line_matching expression=".*groups:id=.*" n="3"/>
64 <has_line_matching expression=".*groups:id=.p1.*" n="1"/>
65 <has_line_matching expression=".*groups:id=.p2.*" n="1"/>
66 <has_line_matching expression=".*groups:id=.p3.*" n="1"/>
67 </assert_contents>
68 </output>
69 </test>
70 <test>
71 <param name="sbml" value="toy_model.xml"/>
72 <param name="tab" value="pathwaysOtherSep.tsv"/>
73 <param name="sep" value=" + "/>
74 <output ftype="sbml" name="out">
75 <assert_contents>
76 <is_valid_xml/>
77 <has_line_matching expression=".*groups:id=.*" n="3"/>
78 <has_line_matching expression=".*groups:id=.p1.*" n="1"/>
79 <has_line_matching expression=".*groups:id=.p2.*" n="1"/>
80 <has_line_matching expression=".*groups:id=.p3.*" n="1"/>
81 </assert_contents>
82 </output>
83 </test>
84 </tests>
85 <help><![CDATA[Set pathway to reactions in a network from a tabulated file containing the reaction ids and the pathways 57 <help><![CDATA[Set pathway to reactions in a network from a tabulated file containing the reaction ids and the pathways
86 The ids must correspond between the tabulated file and the SBML file. 58 The ids must correspond between the tabulated file and the SBML file.
87 If prefix R_ is present in the ids in the SBML file and not in the tabulated file, use the -p option. 59 If prefix R_ is present in the ids in the SBML file and not in the tabulated file, use the -p option.
88 Pathways will be written in the SBML file in two ways:- as reaction note (e.g. SUBSYSTEM: purine_biosynthesis)- as SBML group (see Group package specifications: https://pmc.ncbi.nlm.nih.gov/articles/PMC5451322/) 60 Pathways will be written in the SBML file in two ways:- as reaction note (e.g. SUBSYSTEM: purine_biosynthesis)- as SBML group (see Group package specifications: https://pmc.ncbi.nlm.nih.gov/articles/PMC5451322/)
89 @ATTRIBUTION@]]></help> 61 @ATTRIBUTION@]]></help>