fastq-count

Crates.iofastq-count
lib.rsfastq-count
version0.1.0
sourcesrc
created_at2019-04-30 12:44:13.117876
updated_at2019-04-30 12:44:13.117876
descriptionSimple fastq read and base counter for paired data.
homepage
repositoryhttps://github.com/sndrtj/fastq-count/
max_upload_size
id131162
size4,350
Sander Bollen (sndrtj)

documentation

README

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

Commit count: 13

cargo fmt