comparison CreateMetaNetwork.xml @ 3:27953c8954ee draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:28:32 +0000
parents 3c0d062f0443
children
comparison
equal deleted inserted replaced
2:9afa882d49f6 3:27953c8954ee
55 </param> 55 </param>
56 </inputs> 56 </inputs>
57 <outputs> 57 <outputs>
58 <data format="sbml" name="outputPath"/> 58 <data format="sbml" name="outputPath"/>
59 </outputs> 59 </outputs>
60 <tests> 60 <tests/>
61 <test>
62 <param name="sbml1FilePath" value="Human-GEM_pathways.xml"/>
63 <param name="sbml2FilePath" value="ECOL.xml"/>
64 <param name="external1" value="s"/>
65 <param name="external2" value="e"/>
66 <param name="n1prefix" value="hsa"/>
67 <param name="n2prefix" value="eco"/>
68 <param name="mergingCriterion" value="by_metanetx"/>
69 <output ftype="sbml" name="outputPath">
70 <assert_contents>
71 <has_text text="&lt;/sbml&gt;"/>
72 </assert_contents>
73 </output>
74 </test>
75 </tests>
76 <help><![CDATA[Create a Meta-Network from two sub-networks in SBML format. 61 <help><![CDATA[Create a Meta-Network from two sub-networks in SBML format.
77 A meta-network is a single model which contains several sub-networks that remains individualized within the meta-network (as opposed to model fusion), but which can share some of their components with other sub-networks through a shared "medium" compartment. 62 A meta-network is a single model which contains several sub-networks that remains individualized within the meta-network (as opposed to model fusion), but which can share some of their components with other sub-networks through a shared "medium" compartment.
78 @ATTRIBUTION@]]></help> 63 @ATTRIBUTION@]]></help>
79 <citations/> 64 <citations/>
80 </tool> 65 </tool>