Trait bigtools::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§