# HG changeset patch # User iuc # Date 1580408843 0 # Node ID 67e441bc4265ac79efdf9b417a52e231fa5f9bfb # Parent 3b6c41fc2d2107691c48a9419d52749d51773422 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_nucleotides_distribution commit 4c002e52261da2e7609735883d91fa1610ce6ce7" diff -r 3b6c41fc2d21 -r 67e441bc4265 fastx_nucleotides_distribution.xml --- a/fastx_nucleotides_distribution.xml Tue May 08 12:51:52 2018 -0400 +++ b/fastx_nucleotides_distribution.xml Thu Jan 30 18:27:23 2020 +0000 @@ -19,7 +19,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,15 @@ #end if ]]> + + + fastx_toolkit