sndrtj / fastq-count

Simple fastq read and base counter in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install with bioconda

fastq-count

Simple fastq read and base counter for paired data.

Installation

conda install fastq-count

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

About

Simple fastq read and base counter in Rust

License:MIT License


Languages

Language:Rust 100.0%