Function blobtk::bam::get_depth

source ·
pub fn get_depth<F: Fn()>(
    bam: IndexedReader,
    seq_names: &HashSet<Vec<u8>>,
    options: &DepthOptions,
    callback: &Option<F>
) -> Vec<BinnedCov>