diff spades.xml @ 20:78ced22d09a2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit a09a5e3ee3c76550526f082b97de8da75181a1dd
author iuc
date Wed, 13 Jul 2022 07:41:05 +0000
parents 9be710099b99
children a789e163a670
line wrap: on
line diff
--- a/spades.xml	Mon May 09 22:49:43 2022 +0000
+++ b/spades.xml	Wed Jul 13 07:41:05 2022 +0000
@@ -161,8 +161,9 @@
             </output>
             <output name="out_cs">
                 <assert_contents>
-                    <has_n_lines n="1"/>
+                    <has_n_lines n="2"/>
                     <has_text_matching expression="#name&#009;length&#009;coverage"/>
+                    <has_text_matching expression="NODE_1&#009;1000&#009;225.723888"/>
                 </assert_contents>
             </output>
             <output name="out_l">
@@ -675,6 +676,21 @@
                 </assert_contents>
             </output>
         </test>
+        <!-- #17 Fix stats script -->
+        <test expect_num_outputs="1">
+            <conditional name="singlePaired">
+                <param name="sPaired" value="single"/>
+                <param name="input1" value="ecoli_1K.fastq.gz"/>
+            </conditional>
+            <param name="optional_output" value="ss"/>
+            <output name="out_ss">
+                <assert_contents>
+                    <has_n_lines n="2"/>
+                    <has_text text="NODE_1&#009;1000&#009;140.620106"/>
+                    <has_text_matching expression="#name&#009;length&#009;coverage"/>
+                </assert_contents>
+            </output>
+        </test>
     </tests>
     <help><![CDATA[
 .. class:: infomark