seqcomplexity

Crates.ioseqcomplexity
lib.rsseqcomplexity
version0.1.2
sourcesrc
created_at2022-04-24 16:37:52.020619
updated_at2022-08-07 18:56:07.754151
descriptionCalculates per-read and total sequence complexity from FastQ file.
homepagehttps://stevenweaver.org
repositoryhttps://github.com/stevenweaver/seqcomplexity
max_upload_size
id573229
size64,179
Steven Weaver (stevenweaver)

documentation

README

Calculates Per-Read and Total Sequence Complexity from FastQ file.

Installation

Source

Download the source code and run

cargo install

Usage

seqcomplexity -q path/to/sequence.fastq

Arguments:

Parameter Default Description
-q --fastq - The path to the FASTQ file to use
-p, --per-read false Report complexity per read
Commit count: 18

cargo fmt