diff macros.xml @ 4:b98f3fa516a3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_trimmer commit f3f313cb59922b945ac9587ff718b231d0f8db5c
author iuc
date Fri, 17 Aug 2018 05:06:06 -0400
parents bbb007a39ac2
children 547e8d00f11c
line wrap: on
line diff
--- a/macros.xml	Tue May 08 13:28:34 2018 -0400
+++ b/macros.xml	Fri Aug 17 05:06:06 2018 -0400
@@ -2,7 +2,7 @@
 <macros>
     <token name="@CATS@">
         #if $input.is_of_type('fasta.gz', 'fastqsanger.gz', 'fastqsolexa.gz', 'fastqillumina.gz'):
-            zcat -f '$input' |
+            gunzip -c -f '$input' |
         #elif $input.is_of_type('fastqsanger.bz2', 'fastqsolexa.bz2', 'fastqillumina.bz2'):
             bzcat -f '$input' |
         #else: