# HG changeset patch # User iuc # Date 1580409027 18000 # Node ID ad116ae3f4d912cb7e2f9482c844eb757eae9936 # Parent 21796f46e0ba33de3621aabd89d573fded593bd5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_nucleotides_distribution commit 4c002e52261da2e7609735883d91fa1610ce6ce7" diff -r 21796f46e0ba -r ad116ae3f4d9 fastx_nucleotides_distribution.xml --- a/fastx_nucleotides_distribution.xml Tue May 08 13:27:48 2018 -0400 +++ b/fastx_nucleotides_distribution.xml Thu Jan 30 13:30:27 2020 -0500 @@ -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