# HG changeset patch
# User iuc
# Date 1580408945 18000
# Node ID 7cf5b1d072b5251c7eb132e6ff2d7385765e22a9
# Parent 3987db70a4b0e46d597c054d1aea154543725051
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_boxplot commit 4c002e52261da2e7609735883d91fa1610ce6ce7"
diff -r 3987db70a4b0 -r 7cf5b1d072b5 fastq_quality_boxplot.xml
--- a/fastq_quality_boxplot.xml Tue May 08 13:26:13 2018 -0400
+++ b/fastq_quality_boxplot.xml Thu Jan 30 13:29:05 2020 -0500
@@ -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