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

pub mod getraw;
pub mod mapcell;
pub mod shardify;
pub mod transform;
pub mod featurise_kmc;
pub mod query_kmc;
pub mod query_fq;
pub mod bam2fragments;
pub mod kraken;
pub mod snpcall;
pub mod countchrom;
pub mod countfeature;
pub mod sam_add_barcode_tag_cmd;
pub mod minhash_hist;
pub mod threadcount;
pub mod extract;
pub mod extract_terminal;
pub mod countsketch_mat;

pub use extract_terminal::ExtractStreamCMD;

pub use query_kmc::QueryKmcCMD;
pub use query_kmc::QueryKmc;
pub use query_kmc::QueryKmcParams;

pub use query_fq::QueryFqCMD;
pub use query_fq::QueryFq;

pub use featurise_kmc::FeaturiseKmcCMD;
pub use featurise_kmc::FeaturiseKMC;
pub use featurise_kmc::FeaturiseParamsKMC;

pub use minhash_hist::MinhashHistCMD;
pub use minhash_hist::MinhashHist;

pub use mapcell::MapCellCMD;
pub use mapcell::MapCell;

pub use getraw::GetRawCMD;
pub use getraw::GetRaw;

pub use shardify::ShardifyCMD;
pub use shardify::Shardify;

pub use transform::TransformCMD;
pub use transform::TransformFile;

pub use bam2fragments::Bam2FragmentsCMD;
pub use bam2fragments::Bam2Fragments;

pub use kraken::KrakenCMD;

pub use countchrom::CountChromCMD;
pub use countchrom::CountChrom;

pub use countfeature::CountFeatureCMD;
pub use countfeature::CountFeature;

pub use sam_add_barcode_tag_cmd::PipeSamAddTagsCMD;



pub use extract::ExtractCMD;


pub use threadcount::determine_thread_counts_1;
pub use threadcount::determine_thread_counts_2;
pub use threadcount::determine_thread_counts_3;