# HG changeset patch # User iuc # Date 1525798276 14400 # Node ID 410c5d0b638a7d5b921bf4bb9428453ce0e34c16 # Parent 4286abbc87a2f0bfa7b3e89abdec7f35b370195e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/fastx_toolkit/fastx_clipper commit bbb2e6b6769b03602a8ab97001f88fbec52080a1 diff -r 4286abbc87a2 -r 410c5d0b638a fastx_clipper.xml --- a/fastx_clipper.xml Tue Oct 13 12:40:52 2015 -0400 +++ b/fastx_clipper.xml Tue May 08 12:51:16 2018 -0400 @@ -1,23 +1,26 @@ - + adapter sequences - - fastx_toolkit - - - - + + macros.xml + + + - + - - - + @@ -39,10 +42,9 @@ - - - use this for hairpin barcoding. keep at 0 unless you know what you're doing. - + @@ -56,7 +58,7 @@ - + @@ -71,7 +73,7 @@ - + + ]]> + diff -r 4286abbc87a2 -r 410c5d0b638a macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 08 12:51:16 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 4286abbc87a2 -r 410c5d0b638a tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:40:52 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -