A quality control tool for FASTQ files written in rust.
There are multiple ways to install fastqc-rs:
fastqc-rs is available via Bioconda. With Bioconda set up, installation is as easy as
conda install fastqc-rs
If the Rust compiler and associated Cargo are installed, fastqc-rs can be installed via
cargo install fastqc-rs
Download the source code and within the root directory of source run
cargo install