Module 9
FASTQ structure
Four lines per record.
Four lines
Each FASTQ record has four lines: the header (starting with @), the sequence, a + line, and the quality string.
PythonHeader, sequence, +, quality.
@SEQ_ID ATGC + IIII
→
The quality string has one character per base. Each character encodes the confidence in that base call.