Trait BBIRead

Source
pub trait BBIRead: BBIReadInternal {
    // Required methods
    fn info(&self) -> &BBIFileInfo;
    fn chroms(&self) -> &[ChromInfo];
}
Expand description

Generic methods for reading a bbi file

Required Methods§

Source

fn info(&self) -> &BBIFileInfo

Get basic info about the bbi file

Source

fn chroms(&self) -> &[ChromInfo]

Implementors§