Function exons::fetch_exons[][src]

pub fn fetch_exons(
    species: &String,
    exons: &mut Vec<(String, i32, i32, bool, String, i32)>
)