# HG changeset patch # User iuc # Date 1534950107 14400 # Node ID da8b20552cf43096ac3c2a4ebff3ac7677940d96 # Parent ea1b0d77314d17801ffbd61b689f62960a4add3e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fasta_nucleotide_changer commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a diff -r ea1b0d77314d -r da8b20552cf4 fasta_nucleotide_changer.xml --- a/fasta_nucleotide_changer.xml Tue May 08 12:49:10 2018 -0400 +++ b/fasta_nucleotide_changer.xml Wed Aug 22 11:01:47 2018 -0400 @@ -1,4 +1,4 @@ - + converter macros.xml @@ -9,6 +9,7 @@ -$mode -v -o '$output' +@GZIP@ ]]> diff -r ea1b0d77314d -r da8b20552cf4 macros.xml --- a/macros.xml Tue May 08 12:49:10 2018 -0400 +++ b/macros.xml Wed Aug 22 11:01:47 2018 -0400 @@ -2,7 +2,7 @@ #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: @@ -18,6 +18,13 @@ #end if ]]> + + + fastx_toolkit