Trait bio_types::genome::AbstractInterval[][src]

pub trait AbstractInterval {
    fn contig(&self) -> &str;
fn range(&self) -> Range<Position>; }

Required Methods

Identifier for a genomic contig, e.g., a chromosome

Interval on the contig

Implementors