diff ExtractAnnotations.xml @ 3:ab04fda7191e 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:51 +0000
parents 99c517086619
children
line wrap: on
line diff
--- a/ExtractAnnotations.xml	Tue Oct 28 14:20:05 2025 +0000
+++ b/ExtractAnnotations.xml	Wed Jan 21 15:28:51 2026 +0000
@@ -31,44 +31,7 @@
   <outputs>
     <data format="tsv" name="outputPath"/>
   </outputs>
-  <tests>
-    <test>
-      <param name="inputPath" value="Human-GEM_pathways.xml"/>
-      <param name="export" value="METABOLITE"/>
-      <param name="db" value="metanetx.chemical"/>
-      <output ftype="tsv" name="outputPath">
-        <assert_contents>
-          <has_n_lines n="146"/>
-          <has_n_columns n="2"/>
-        </assert_contents>
-      </output>
-    </test>
-    <test>
-      <param name="inputPath" value="Human-GEM_pathways.xml"/>
-      <param name="export" value="METABOLITE"/>
-      <param name="db" value="metanetx.chemical"/>
-      <param name="skip" value="true"/>
-      <output ftype="tsv" name="outputPath">
-        <assert_contents>
-          <has_n_lines n="145"/>
-          <has_n_columns n="2"/>
-        </assert_contents>
-      </output>
-    </test>
-    <test>
-      <param name="inputPath" value="Human-GEM_pathways.xml"/>
-      <param name="export" value="METABOLITE"/>
-      <param name="db" value="metanetx.chemical"/>
-      <param name="skip" value="true"/>
-      <param name="uniq" value="true"/>
-      <output ftype="tsv" name="outputPath">
-        <assert_contents>
-          <has_n_lines n="111"/>
-          <has_n_columns n="2"/>
-        </assert_contents>
-      </output>
-    </test>
-  </tests>
+  <tests/>
   <help><![CDATA[Extract databases' references from SBML annotations or notes. The references are exported as a tabulated file with one column with the SBML compound, reaction or gene identifiers, and one column with the corresponding database identifier.The name of the targeted database need to be provided under the same form than the one used in the notes field or the identifiers.org uri.
 @ATTRIBUTION@]]></help>
   <citations/>