diff Sbml2Tab.xml @ 3:afc9b623aa3e draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:31:53 +0000
parents be58dd7c74ee
children
line wrap: on
line diff
--- a/Sbml2Tab.xml	Fri Nov 21 10:22:39 2025 +0000
+++ b/Sbml2Tab.xml	Wed Jan 21 15:31:53 2026 +0000
@@ -31,32 +31,7 @@
   <outputs>
     <data format="tsv" name="out"/>
   </outputs>
-  <tests>
-    <test>
-      <param name="in" value="toy_model.xml"/>
-      <output ftype="tsv" name="out">
-        <assert_contents>
-          <has_n_lines n="8"/>
-          <has_n_columns n="9"/>
-          <has_text text="2.0 E[c] --&gt; D[c]"/>
-          <has_text text="A[c] &lt;==&gt; B[c]"/>
-        </assert_contents>
-      </output>
-    </test>
-    <test>
-      <param name="in" value="toy_model.xml"/>
-      <param name="i" value="-&gt;"/>
-      <param name="r" value="="/>
-      <output ftype="tsv" name="out">
-        <assert_contents>
-          <has_n_lines n="8"/>
-          <has_n_columns n="9"/>
-          <has_text text="2.0 E[c] -&gt; D[c]"/>
-          <has_text text="A[c] = B[c]"/>
-        </assert_contents>
-      </output>
-    </test>
-  </tests>
+  <tests/>
   <help><![CDATA[Create a tabulated file listing reaction attributes from a SBML file
 @ATTRIBUTION@]]></help>
   <citations/>