Possible Bug In Fastx Toolkit
1
3
Entering edit mode
11.1 years ago
Abhi ★ 1.6k

I am getting the following error with fastx_quality_stats with version 0.0.13.2. May be this has to do with the changing Illumina scores. Now they are Phred33 I believe. Has anyone seen this issue

fastx_quality_stats -i test.fastq 
fastx_quality_stats: Invalid quality score value (char ')' ord 41 quality value -23) on line 4

Thanks! -Abhi

more test.fastq 
@HISEQ08:235:D142MACXX:7:1101:1474:2097 1:N:0:CGATGT
CCCTCTCCTTCTCCCAGGTAGAACGAGCCTCCCTTTCCCTAGTCAGGGAGTCTTCAAGGAGTTTCTCCTTTGCTGCTGACTTGTCTTTGAATTGCTTGTGGCGTTTTGGAACTTCCTCTTCATTAAGAATCTAGGGTTGTG
CAATTTTCT
+
??<DDD=:C>:CC@A@EEE@C:4:F)@?EDDDD3?B??B9?B?9BD3@@@BC>@CEIIEA=C@?=??. ########################################################################
#########
fastq fastx • 8.6k views
ADD COMMENT
12
Entering edit mode
11.1 years ago

A quick google returns: http://seqanswers.com/forums/archive/index.php/t-7596.html

ou need to add the -Q33 parameter to tell it that you're using Illumina encoded quality scores, not Sanger encoding.

ADD COMMENT
11
Entering edit mode

They do need better documentation on the -Q33 flag. It took me too long to hunt down that flag.

ADD REPLY
1
Entering edit mode

I agree ..-Q33 is nowhere mentioned in the docs...thanks guys

ADD REPLY

Login before adding your answer.

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