bcl2fq-stats

Crates.iobcl2fq-stats
lib.rsbcl2fq-stats
version0.1.1
sourcesrc
created_at2023-04-15 14:22:56.066727
updated_at2023-04-15 14:28:17.464905
descriptionbcl2fq-stats is designed to give a quick overview of read count distribution over the given indices, and identify potential index mismatches from the undetermined read counts.
homepage
repository
max_upload_size
id839968
size148,240
Douglas Wu (wckdouglas)

documentation

README

bcl2fq-stats

CIcrates.io

Illumina sequencing data is always demultiplexed with Bcl2fastq, but it's not always easy to get a table of read counts from the demultiplexed data. bcl2fq-stats is designed to give a quick overview of read count distribution over the given indices, and identify potential index mismatches from the undetermined read counts.

Usage

The program takes Stats.json in the bcl2fastq output folder as input:

bcl2fq-stats --json-file data/Stats.json

Installation

git clone https://github.com/wckdouglas/bcl2fq-stats.git
cd bcl2fq-stats
cargo install --path .

or using docker:

docker pull ghcr.io/wckdouglas/bcl2fq-stats:main
Commit count: 0

cargo fmt