TrimGalore! not properly removing low quality base calls.
0
0
Entering edit mode
3.2 years ago

Hello all,

I've recently been attempting to trim a set of scRNA-Seq fastqs for alignment and analysis which show fairly poor quality using TrimGalore with the following parameters:

~/TrimGalore-0.6.6/trim_galore --path_to_cutadapt ~/.local/bin/cutadapt --illumina --paired --phred33  -q 20 -j 8 -o outdir R_1.fq.gz R_2.fq.gz

This successfully removes adapters, but does not appear to remove low quality base calls (<20Q) as I'd expect. I had used TrimGalore some time ago and didn't have this problem.

Help or explanation would be appreciated! Maybe I'm misinterpreting something.

enter image description here

RNA-Seq • 1.5k views
ADD COMMENT
0
Entering edit mode

You can find the explanation here: https://cutadapt.readthedocs.io/en/stable/algorithms.html#quality-trimming-algorithm

Assuming your screenshot is based on trimmed data you can see that the quality around the 150 is higher than lets say position 120. I guess the quality of position 150 is high enough to make the trimming algorithm stop.

ADD REPLY

Login before adding your answer.

Traffic: 1924 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6