Get read sequence by searching the read ID:
zgrep -A1 'E150021049L1C006R010900881884' E150021049_L01_57_1.fq.gz
Check few lines of fastq.gz:
gunzip -c my_fastq.fastq.gz | head -n 10
Get read sequence by searching the read ID:
zgrep -A1 'E150021049L1C006R010900881884' E150021049_L01_57_1.fq.gz
Check few lines of fastq.gz:
gunzip -c my_fastq.fastq.gz | head -n 10