rust_htslib::bam

Function set_fai_filename

Source
pub unsafe fn set_fai_filename<P: AsRef<Path>>(
    htsfile: *mut htsFile,
    fasta_path: P,
) -> Result<()>
Expand description

ยงSafety

Set the reference FAI index path in a htslib::htsFile struct for reading CRAM format.