# HG changeset patch # User iuc # Date 1691650388 0 # Node ID 045f0e1043f7a46e2cf42c652798fa28e7a0daef # Parent 54053ea6c77e2c814a656c171abfe2436760d4ce planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastq_quality_converter commit fd099d17eceaa319fbfe429f4725328d88b18c9f diff -r 54053ea6c77e -r 045f0e1043f7 fastq_quality_converter.xml --- a/fastq_quality_converter.xml Tue May 08 13:26:24 2018 -0400 +++ b/fastq_quality_converter.xml Thu Aug 10 06:53:08 2023 +0000 @@ -1,4 +1,4 @@ - + (ASCII-Numeric) macros.xml diff -r 54053ea6c77e -r 045f0e1043f7 macros.xml --- a/macros.xml Tue May 08 13:26:24 2018 -0400 +++ b/macros.xml Thu Aug 10 06:53:08 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