FASTQ is a format for storing DNA sequences together with the associated quality information often encoded in ascii characters. It is typically made of 4 lines for example 2 fastq entries would look like this.
@seq1 TTATTTTAAT + ?+BBB/DHH@ @seq2 GACCCTTTGCA + ?+BHB/DIH@
https://en.wikipedia.org/wiki/FASTQ_format
http://forum.dlang.org/post/nd01qd$2k8c$1@digitalmars.com
See Source File
FASTQ is a format for storing DNA sequences together with the associated quality information often encoded in ascii characters. It is typically made of 4 lines for example 2 fastq entries would look like this.
@seq1 TTATTTTAAT + ?+BBB/DHH@ @seq2 GACCCTTTGCA + ?+BHB/DIH@