You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see paired-end trimming in cutadapt. Input two fastq files which are ordered identically, and have all trimming done on both files simultaneously. After the trimming of each pair there should be a user-settable cutoff to discard the entire pair if one of the reads is shorter than this cutoff.
BWA can't handle out of sync files, and trimmomatic and trim_galore can't handle 3' adapters. This functionality in cutadapt would make is super-powerful, like batman or ironman.
Some preliminary support for paired-end trimming is available in the development version of cutadapt, which you can get via git clone or as a zip file https://github.com/marcelm/cutadapt/archive/master.zip from Github.
From daniel.k...@gmail.com on September 05, 2012 10:45:42
I would like to see paired-end trimming in cutadapt. Input two fastq files which are ordered identically, and have all trimming done on both files simultaneously. After the trimming of each pair there should be a user-settable cutoff to discard the entire pair if one of the reads is shorter than this cutoff.
BWA can't handle out of sync files, and trimmomatic and trim_galore can't handle 3' adapters. This functionality in cutadapt would make is super-powerful, like batman or ironman.
cheerio
Daniel
Original issue: http://code.google.com/p/cutadapt/issues/detail?id=50
The text was updated successfully, but these errors were encountered: