Fastx toolkits: fastq_quality_filter does not discart any read
1
1
Entering edit mode
8.5 years ago
DVR ▴ 30

Hello All,

I made a quality plot and now I would like to remove reads with a quality less than 25. I ran

fastq_quality_filter -q 35 -v -i U/Seqs/R1.fastq -o U/forward_filter_35

And I got:

Quality cut-off: 25
Minimum percentage: 0
Input: 11781134 reads.
Output: 11781134 reads.
discarded 0 (0%) low-quality reads.

I try with a higher filter (-q 35) and also I had 0 reads discarded. Do anybody know what is happening?

Thanks!

quality_filter fastx-toolkit • 2.9k views
ADD COMMENT
0
Entering edit mode

Is this Phred 60? illumina encoding? or perhaps phred 33 (in which case add -Q 33 at the end of the command line)?

ADD REPLY
0
Entering edit mode
8.4 years ago
zorbax ▴ 610

It's just -Q33 without space.

ADD COMMENT

Login before adding your answer.

Traffic: 2011 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