Mercurial > repos > metexplore > met4j_createmetanetwork
changeset 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 | 9afa882d49f6 |
| children | |
| files | CreateMetaNetwork.xml macros.xml |
| diffstat | 2 files changed, 3 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/CreateMetaNetwork.xml Tue Oct 28 14:19:48 2025 +0000 +++ b/CreateMetaNetwork.xml Wed Jan 21 15:28:32 2026 +0000 @@ -57,22 +57,7 @@ <outputs> <data format="sbml" name="outputPath"/> </outputs> - <tests> - <test> - <param name="sbml1FilePath" value="Human-GEM_pathways.xml"/> - <param name="sbml2FilePath" value="ECOL.xml"/> - <param name="external1" value="s"/> - <param name="external2" value="e"/> - <param name="n1prefix" value="hsa"/> - <param name="n2prefix" value="eco"/> - <param name="mergingCriterion" value="by_metanetx"/> - <output ftype="sbml" name="outputPath"> - <assert_contents> - <has_text text="</sbml>"/> - </assert_contents> - </output> - </test> - </tests> + <tests/> <help><![CDATA[Create a Meta-Network from two sub-networks in SBML format. 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. @ATTRIBUTION@]]></help>
--- a/macros.xml Tue Oct 28 14:19:48 2025 +0000 +++ b/macros.xml Wed Jan 21 15:28:32 2026 +0000 @@ -3,7 +3,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="2.2.0">met4j</requirement> + <requirement type="package" version="2.2.1">met4j</requirement> <yield/> </requirements> </xml> @@ -12,7 +12,7 @@ <xref type="bio.tools">met4j</xref> </xrefs> </xml> - <token name="@TOOL_VERSION@">2.2.0</token> + <token name="@TOOL_VERSION@">2.2.1</token> <token name="@ATTRIBUTION@"><