rust_htslib::bam::index

Function build

Source
pub fn build<P: AsRef<Path>>(
    bam_path: P,
    idx_path: Option<P>,
    idx_type: Type,
    n_threads: u32,
) -> Result<()>
Expand description

Build a BAM index.