Instrument codes
The Illumina instrument type can generally be determined from a FASTQ header based on these identifier codes:
AAXX
: Genome AnalyzerBCXX
: HiSeq v1.5ACXX
: HiSeq High-Output v3ANXX
: HiSeq High-Output v4ADXX
: HiSeq RR v1AMXX
,BCXX
: HiSeq RR v2ALXX
: HiSeqXBGXX
,AGXX
: High-Output NextSeqAFXX
: Mid-Output NextSeq- 5 letter/number: MiSeq
FASTQ header
Simply run this command in the shell:
gunzip -c S1_R1_001.fastq.gz | head -n 1
Here’s an example output:
@NB501431:435:HGK55BGX3:2:11101:13079:1046 1:N:0:1
Note that BGX3
here indicates that the FASTQ was generated by a NextSeq sequencer.