changeset 3:48d5953d2ba8 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:30:34 +0000
parents de4c12e9b3a1
children
files LoadPoint.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/LoadPoint.xml	Fri Nov 21 10:21:18 2025 +0000
+++ b/LoadPoint.xml	Wed Jan 21 15:30:34 2026 +0000
@@ -27,17 +27,7 @@
   <outputs>
     <data format="tsv" name="outputPath"/>
   </outputs>
-  <tests>
-    <test>
-      <param name="inputPath" value="toy_model.xml"/>
-      <output ftype="tsv" name="outputPath">
-        <assert_contents>
-          <has_n_columns n="3"/>
-          <has_n_lines n="8"/>
-        </assert_contents>
-      </output>
-    </test>
-  </tests>
+  <tests/>
   <help><![CDATA[Compute the Load points of a metabolic network. Load points constitute an indicator of lethality and can help identifying drug targets.
 From Rahman et al. Observing local and global properties of metabolic pathways: ‘load points’ and ‘choke points’ in the metabolic networks. Bioinf. (2006):
 For a given metabolic network, the load L on metabolite m can be defined as :
--- a/macros.xml	Fri Nov 21 10:21:18 2025 +0000
+++ b/macros.xml	Wed Jan 21 15:30:34 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@"><![CDATA[
 **Attribution**