This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What's the difference between Trim galore and Cutadapt when it comes to quality trimming ?

Hi.

Trim galore makes use of cutadapt. Both of them use the algorithm thar is the same as the one used by BWA. However, in cutadapt only the 3’ end of each read is quality-trimmed by default. It can trim the 5’end as well if you want. I wonder wether Trim galore performs quality trimming only on 3'end or 5'and 3'end ?

Thank you very much!

trim galore cutadapt

Trim Galore is just a perl script, have you looked inside it for the exact cutadapt command it's using? Just search for path_to_cutadapt.

0 answers

No answers yet.

Log in to answer this question.