README
fastqparser is a Fastq stream parser
Usage
Parse a fastq.gz filestream. Omit the zlib pipe if the file is uncompressed.
var zlib = ;var fs = ;var fastq = ; // require('./index'); fs ;
Parse a fastq.gz S3 object
var s3 = ;s3 ;
Alternatives
I've been needing a streamable fastq file parser, and didn't like the development state of bionode-fastq, which implements a different file-only base API compared to the stellar bionode-fasta. My philosophy is similar to fastqstream.
License
GPL-3.0