diff seqtk_sample.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_sample.xml	Mon Jun 05 13:27:11 2017 -0400
+++ b/seqtk_sample.xml	Wed Oct 17 05:59:21 2018 -0400
@@ -11,7 +11,7 @@
 -s $s
 '$in_file'
 $subsample_size
-> '$default'
+@CONDITIONAL_GZIP_OUT@
     ]]></command>
     <inputs>
         <expand macro="in_faq" />
@@ -28,6 +28,12 @@
             <param name="s" value="4"/>
             <output name="default" file="seqtk_sample.out" ftype="fasta"/>
         </test>
+        <test>
+            <param name="in_file" value="seqtk_sample.fa.gz" ftype="fasta.gz"/>
+            <param name="subsample_size" value="4"/>
+            <param name="s" value="4"/>
+            <output name="default" file="seqtk_sample.out.gz" ftype="fasta.gz"/>
+        </test>
     </tests>
     <help><![CDATA[
 **What it does**