diff SetEcNumbers.xml @ 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 8300b31b0e2b
children
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.