# HG changeset patch # User iuc # Date 1691650450 0 # Node ID cc0fd298cc1796593e3dc5f32ec4696a4f5f8a89 # Parent 59003d0543cda13be229f40b8f8b796d11f43fe1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit fd099d17eceaa319fbfe429f4725328d88b18c9f diff -r 59003d0543cd -r cc0fd298cc17 fastx_quality_statistics.xml --- a/fastx_quality_statistics.xml Tue May 08 13:28:00 2018 -0400 +++ b/fastx_quality_statistics.xml Thu Aug 10 06:54:10 2023 +0000 @@ -1,4 +1,4 @@ - + macros.xml diff -r 59003d0543cd -r cc0fd298cc17 macros.xml --- a/macros.xml Tue May 08 13:28:00 2018 -0400 +++ b/macros.xml Thu Aug 10 06:54:10 2023 +0000 @@ -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,15 @@ #end if ]]> + + + fastx_toolkit @@ -25,6 +34,7 @@ 0.0.14 + 2 fastqsanger,fastqsanger.gz,fastqsanger.bz2 fastqsolexa,fastqsolexa.gz,fastqsolexa.bz2 fastqillumina,fastqillumina.gz,fastqillumina.bz2