Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 538 Bytes

installation.md

File metadata and controls

22 lines (12 loc) · 538 Bytes

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