This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to determine a fastq is phred+33 or phred+64

Hello everyone!

here is a simple question: If I got a fastq from public database, is it possible to determine whether its quality score is phred + 33 or phred + 64 based on the file itself?

Thanks!

Pei

rna-seq phred33 phred64

In Phred 64 files, you should not be seeing phred values <64. But you can also look at upper case and lower case of quality representations (ascii letters). In general, lower case means 64.

Thanks! I'll check that.

1 answer

There are many ways of doing it - see here.

Thanks!

I'll check these.

Log in to answer this question.