Module rust_htslib::bam

source ·
Expand description

Module for working with BAM files.

Re-exports

pub use bam::buffer::RecordBuffer;
pub use bam::header::Header;
pub use bam::record::Record;

Modules

Structs

Iterator over the records of a BAM until the virtual offset is less than end
A BAM reader.
Iterator over the records of a BAM.
A BAM writer.

Enums

Traits

A trait for a BAM reader with a read method.

Functions

Implementation for Read::set_threads and Writer::set_threads.