jts / sga

de novo sequence assembler using string graphs
http://genome.cshlp.org/content/22/3/549
237 stars 82 forks source link

Option --kmer-both-strand added to "sga filter" #71

Closed pradosj closed 10 years ago

pradosj commented 10 years ago

This pull add option --kmer-both-strand to "sga filter" to request all the kmers of a read to be observed at least N times on both strands. This option is for example helpful with Illumina reads, where reproducible strand-specific sequencing errors might occur.

jts commented 10 years ago

Thank you for the patch