diff virAnnot_rps2tsv.xml @ 2:fd7104249a3c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/virAnnot commit ab5e1189217b6ed5f1c5d7c5ff6b79b6a4c18cff
author iuc
date Wed, 21 Aug 2024 13:13:28 +0000
parents 84d20d9c292d
children d1fd5579469d
line wrap: on
line diff
--- a/virAnnot_rps2tsv.xml	Sat May 18 18:14:29 2024 +0000
+++ b/virAnnot_rps2tsv.xml	Wed Aug 21 13:13:28 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="virAnnot_rps2tsv" name="virAnnot Rps2tsv" version="1.0.0+galaxy0" profile="21.05">
+<tool id="virAnnot_rps2tsv" name="virAnnot Rps2tsv" version="1.0.1+galaxy0" profile="21.05">
     <description>Convert xml rpstblast results to tab file with taxonomic informations</description>
     <macros>
         <import>macros.xml</import>
@@ -28,19 +28,11 @@
         <test>
             <param name="rps_xml" value="rps_test.xml"/>
             <param name="max_evalue" value="0.0001"/>
-            <output name="output" file="rps_test.tab" compare="diff" lines_diff="12">
+            <output name="output" file="rps_test.tab">
                 <assert_contents>
                     <has_n_columns n="10" />
-                    <has_n_lines n="105" />
-                </assert_contents>
-            </output>
-         </test>
-         <test>
-            <param name="rps_xml" value="rps_test.xml"/>
-            <param name="max_evalue" value="0.0001"/>
-            <output name="output" file="rps_test.tab" compare="diff" lines_diff="12">
-                <assert_contents>
-                    <has_text text="pfam01333, Apocytochr_F_C, Apocytochrome F" />
+                    <has_n_lines n="26" />
+                    <has_text text="pfam00680, RdRP_1" />
                 </assert_contents>
             </output>
          </test>