#fastq #read #counter #base #paired #data

app fastq-count

Simple fastq read and base counter for paired data

1 unstable release

0.1.0 Apr 30, 2019

#40 in #fastq

MIT license

4KB

fastq-count

Simple fastq read and base counter for paired data.

Usage

Running the counter is as simple as:

fastq-count r1.fq r2.fq

Fastq files may be gzip compressed. When they are, their filenames must end in .gz.

fastq-count returns a simple json, with schema:

{
  "reads": {"type": "integer"},
  "bases": {"type": "integer"}
}

License

MIT

Dependencies

~12MB
~205K SLoC