# HG changeset patch # User iuc # Date 1580408728 0 # Node ID 5a28b303e4323709d1d472c0279088b3e7bb9b04 # Parent 439eed933bf9c79ca4911d787058b81c1795f6bb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_boxplot commit 4c002e52261da2e7609735883d91fa1610ce6ce7" diff -r 439eed933bf9 -r 5a28b303e432 fastq_quality_boxplot.xml --- a/fastq_quality_boxplot.xml Tue May 08 12:49:29 2018 -0400 +++ b/fastq_quality_boxplot.xml Thu Jan 30 18:25:28 2020 +0000 @@ -23,7 +23,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