bascet 0.4.0

Bascet is a tool to preprocess single-cell data, handling barcode detection, trimming, QC, and managing the execution of custom tools for each cell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod merge_archives;
mod detect_software;
mod umi_dedup;

pub use merge_archives::merge_archives;
pub use merge_archives::merge_archives_and_delete;

pub use detect_software::check_bgzip;
pub use detect_software::check_tabix;
pub use detect_software::check_samtools;
pub use detect_software::check_kmc_tools;

pub use umi_dedup::dedup_umi;