Crates.io | bcl2fq-stats |
lib.rs | bcl2fq-stats |
version | 0.1.1 |
source | src |
created_at | 2023-04-15 14:22:56.066727 |
updated_at | 2023-04-15 14:28:17.464905 |
description | 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. |
homepage | |
repository | |
max_upload_size | |
id | 839968 |
size | 148,240 |
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.
The program takes Stats.json
in the bcl2fastq output folder as input:
bcl2fq-stats --json-file data/Stats.json
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