# HG changeset patch # User iuc # Date 1525800480 14400 # Node ID 59003d0543cda13be229f40b8f8b796d11f43fe1 # Parent 7306ec78632a7ffe17de2ca9bab0ce2bf6fa6eab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_quality_statistics commit bbb2e6b6769b03602a8ab97001f88fbec52080a1 diff -r 7306ec78632a -r 59003d0543cd fastx_quality_statistics.xml --- a/fastx_quality_statistics.xml Wed Nov 11 12:39:32 2015 -0500 +++ b/fastx_quality_statistics.xml Tue May 08 13:28:00 2018 -0400 @@ -1,19 +1,20 @@ - + - - fastx_toolkit - - - - + + macros.xml + + + - + - + @@ -21,7 +22,7 @@ - + + ]]> + diff -r 7306ec78632a -r 59003d0543cd macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 08 13:28:00 2018 -0400 @@ -0,0 +1,54 @@ + + + + #if $input.is_of_type('fasta.gz', 'fastqsanger.gz', 'fastqsolexa.gz', 'fastqillumina.gz'): + zcat -f '$input' | + #elif $input.is_of_type('fastqsanger.bz2', 'fastqsolexa.bz2', 'fastqillumina.bz2'): + bzcat -f '$input' | + #else: + cat '$input' | + #end if + + + + + + + fastx_toolkit + + + + 0.0.14 + fastqsanger,fastqsanger.gz,fastqsanger.bz2 + fastqsolexa,fastqsolexa.gz,fastqsolexa.bz2 + fastqillumina,fastqillumina.gz,fastqillumina.bz2 + @SANGER@,@SOLEXA@,@ILLUMINA@ + fasta,fasta.gz + + + + @UNPUBLISHED{agordon, + author = "Assaf Gordon", + title = "FASTQ/A short-reads pre-processing tools", + year = "2010", + note = "http://hannonlab.cshl.edu/fastx_toolkit/", + url = "http://hannonlab.cshl.edu/fastx_toolkit/"} + + + + + + + + + + + + + diff -r 7306ec78632a -r 59003d0543cd tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 11 12:39:32 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -