pub struct BamFile { /* private fields */ }Expand description
A BAM/CRAM/SAM File
Implementations
Set the path to the reference FAI file. Only used for CRAM
Open a BAM/CRAM/SAM file on the disk
Trait Implementations
fn into_alignment_iter(self) -> AlignmentIter<'a, Self>ⓘNotable traits for AlignmentIter<'a, R>impl<'a, R: AlignmentReader<'a>> Iterator for AlignmentIter<'a, R> type Item = Result<Alignment<'a>, AlignmentError>; where
Self: Sized,
Notable traits for AlignmentIter<'a, R>
impl<'a, R: AlignmentReader<'a>> Iterator for AlignmentIter<'a, R> type Item = Result<Alignment<'a>, AlignmentError>;