class

Bamboo::Bam::BamReader

Inherits Reference < Object

Constructors

Instance methods

close
Source
contigs
Source
fetch(contig : String, start_pos : Int32, end_pos : Int32) : Array(Alignment)
Source
file_path
Source
header_string

Returns BAM header text when available, otherwise nil

Source
open(file_path : String, limit : Int32 = Settings::INITIAL_RECORD_LIMIT) : Array(Alignment)
Source
open?
Source
read_all(limit : Int32 = Settings::MAX_SEARCH_RESULTS) : Array(Alignment)
Source