项目作者: sndrtj

项目描述 :
Simple fastq read and base counter in Rust
高级语言: Rust
项目地址: git://github.com/sndrtj/fastq-count.git
创建时间: 2017-11-23T10:25:52Z
项目社区:https://github.com/sndrtj/fastq-count

开源协议:MIT License

下载


install with bioconda

fastq-count

Simple fastq read and base counter for paired data.

Installation

  1. 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:

  1. {
  2. "reads": {"type": "integer"},
  3. "bases": {"type": "integer"}
  4. }

License

MIT