目录
dependabot[bot]

Bump openssl from 0.10.60 to 0.10.66 (#17)

Bumps openssl from 0.10.60 to 0.10.66.


updated-dependencies:

  • dependency-name: openssl dependency-type: indirect …

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

10个月前70次提交

fastqc-rs logo fastqc-rs

Rust Crates.io Crates.io Crates.io install with bioconda Bioconda downloads

A fast quality control tool for FASTQ files written in rust inspired by fastQC. Results are written to stdout as a self containing html report with visualizations for all statistics. Summary files for usage with MultiQC can also be generated.

Available statistics are:

  • Read length
  • Sequence quality score
  • Sequence quality per base
  • Sequence content per base
  • k-mer content
  • GC content

For a detailed list of changes, take a look at the CHANGELOG.

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

Usage

fqc -q path/to/my_sequence.fastq > report.html

Arguments:

Parameter Default Description
-q –fastq - The path to the FASTQ file to use
-k 5 The length k of k-mers for k-mer counting
-s –summary - Creates an output file for usage with MultiQC under the given path
关于

FastQC 功能的 Rust 实现或加速版本,用于 FASTQ 质控。

1.1 MB
邀请码