changeset 3:a0ba54d595f0 draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:32:41 +0000
parents 6730f794d451
children
files SetEcNumbers.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/SetEcNumbers.xml	Fri Nov 21 10:23:25 2025 +0000
+++ b/SetEcNumbers.xml	Wed Jan 21 15:32:41 2026 +0000
@@ -45,23 +45,7 @@
   <outputs>
     <data format="sbml" name="out"/>
   </outputs>
-  <tests>
-    <test>
-      <param name="sbml" value="toy_model.xml"/>
-      <param name="tab" value="ec.tsv"/>
-      <output ftype="sbml" name="out">
-        <assert_contents>
-          <is_valid_xml/>
-          <has_line_matching expression=".*1.1.1.1.*" n="2"/>
-          <has_line_matching expression=".*1.2.3.4.*" n="2"/>
-        </assert_contents>
-      </output>
-    </test>
-    <test expect_failure="true">
-      <param name="sbml" value="toy_model.xml"/>
-      <param name="tab" value="ecBad.tsv"/>
-    </test>
-  </tests>
+  <tests/>
   <help><![CDATA[Set EC numbers to reactions in a SBML file from a tabulated file containing the reaction ids and the EC numbers
 The ids must correspond between the tabulated file and the SBML file.
 If prefix R_ is present in the ids in the SBML file and not in the tabulated file, use the -p option.
--- a/macros.xml	Fri Nov 21 10:23:25 2025 +0000
+++ b/macros.xml	Wed Jan 21 15:32:41 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**