Skip to content

Does not correctly decode old Illumina Phred score encoding #18

@shigita

Description

@shigita

I ran Falco 0.2.4 and FastQC on old Illumina data, and noticed that the recognition of Phred score encoding differs between programs as follow:
Falco recognized as Illumina 1.9, and Per base sequence quality and Per seqence quality score look incorrect.
FastQC recognized as Illumina 1.5, and everything looks fine.

Attached, small example of old fastq and output from each program.

Here are the commands I ran:

# Falco
falco --nogroup read_1.fastq.gz --outdir falco_result

# FastQC
fastqc --nogroup read_1.fastq.gz --outdir fastqc_result

I hope these help reproduce the problem.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions