fastqc-rs

Logo

A quality control tool for FASTQ files written in rust.

Installation

Usage

View the Project on GitHub fastqc-rs/fastqc-rs

Installation

There are multiple ways to install fastqc-rs:

Bioconda

fastqc-rs is available via Bioconda. With Bioconda set up, installation is as easy as

conda install fastqc-rs

Cargo

If the Rust compiler and associated Cargo are installed, fastqc-rs can be installed via

cargo install fastqc-rs

Source

Download the source code and within the root directory of source run

cargo install