Function bigtools::bed::indexer::index_chroms

source ยท
pub fn index_chroms(file: File) -> Result<Option<Vec<(u64, String)>>>
Expand description

Returns a Vec of offsets into a bed file, and the chromosome starting at each offset.