# HG changeset patch # User iuc # Date 1534950165 14400 # Node ID d8c0849cd623669feafd71f566f0da012fc1935a # Parent ecfaafccf192900dfc0a6b1051d288cc4fbd59f2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_artifacts_filter commit 3953b65f6b1c0336e9cadbe0792a5d3b14b5643a diff -r ecfaafccf192 -r d8c0849cd623 fastx_artifacts_filter.xml --- a/fastx_artifacts_filter.xml Tue May 08 12:50:40 2018 -0400 +++ b/fastx_artifacts_filter.xml Wed Aug 22 11:02:45 2018 -0400 @@ -9,6 +9,7 @@ -v -o '$output' @FQQUAL@ +@GZIP@ ]]> diff -r ecfaafccf192 -r d8c0849cd623 macros.xml --- a/macros.xml Tue May 08 12:50:40 2018 -0400 +++ b/macros.xml Wed Aug 22 11:02:45 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