seqair 0.1.0

Pure-Rust BAM/SAM/CRAM/FASTA reader and pileup engine
Documentation
1
2
3
4
5
6
7
//! bgzf-compressed SAM reading. Use [`reader::IndexedSamReader`] to fetch records into a
//! [`crate::bam::RecordStore`] via a tabix index.

// r[impl io.minimal_public_api]
pub mod reader;

pub use reader::{SamError, SamRecordError};