diff seqtk_dropse.xml @ 4:ecf1c30da3a2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
author iuc
date Wed, 17 Oct 2018 05:59:21 -0400
parents bc7d99f46a5d
children a09586d5149a
line wrap: on
line diff
--- a/seqtk_dropse.xml	Mon Jun 05 13:27:11 2017 -0400
+++ b/seqtk_dropse.xml	Wed Oct 17 05:59:21 2018 -0400
@@ -9,7 +9,7 @@
     <command><![CDATA[
 seqtk dropse
 '$in_file'
-> '$default'
+@CONDITIONAL_GZIP_OUT@
     ]]></command>
     <inputs>
         <expand macro="in_faq"/>
@@ -19,8 +19,12 @@
     </outputs>
     <tests>
         <test>
-            <param name="in_file" value="seqtk_dropse.fq"/>
-            <output name="default" file="seqtk_dropse.out" ftype="fastq"/>
+            <param name="in_file" value="seqtk_dropse.fq" ftype="fastqsanger"/>
+            <output name="default" file="seqtk_dropse.out" ftype="fastqsanger"/>
+        </test>
+        <test>
+            <param name="in_file" value="seqtk_dropse.fq.gz" ftype="fastqsanger.gz"/>
+            <output name="default" file="seqtk_dropse.out.gz" ftype="fastqsanger.gz"/>
         </test>
     </tests>
     <help><![CDATA[