rustqc 0.1.0

Fast RNA-seq QC in a single pass: dupRadar, featureCounts, 8 RSeQC tools, preseq, samtools stats, and Qualimap — reimplemented in Rust
1
2
3
4
5
6
//! featureCounts-compatible output modules.
//!
//! Produces featureCounts-format counts TSV, summary, biotype counts,
//! and MultiQC files from the shared RNA counting engine.

pub mod output;