# HG changeset patch # User nikhil-joshi # Date 1378423233 14400 # Node ID f6ebdaca992512f8b9abd7150e8774526f0ee980 # Parent e52679b4470007a24e2dccf4778b1e54330711dd Uploaded diff -r e52679b44700 -r f6ebdaca9925 sickle/sickle.xml --- a/sickle/sickle.xml Tue Aug 06 23:10:54 2013 -0400 +++ b/sickle/sickle.xml Thu Sep 05 19:20:33 2013 -0400 @@ -24,11 +24,11 @@ #if $input_paired1.ext == "fastq": -t sanger - #else if $input_single.ext == "fastqsanger": + #else if $input_paired1.ext == "fastqsanger": -t sanger - #else if $input_single.ext == "fastqillumina": + #else if $input_paired1.ext == "fastqillumina": -t illumina - #else if $input_single.ext == "fastqsolexa": + #else if $input_paired1.ext == "fastqsolexa": -t solexa #end if @@ -110,10 +110,6 @@ Note that Sickle will remove the 2nd fastq record header (on the "+" line) and replace it with simply a "+". This is the default format for CASAVA >= 1.8. Sickle also supports gzipped file inputs. - -Copyright: Nikhil Joshi -http://bioinformatics.ucdavis.edu -http://github.com/ucdavis-bioinformatics