Skip to main content

parse_bedlike_file

Function parse_bedlike_file 

Source
pub fn parse_bedlike_file(line: &str) -> Option<(String, i32, i32)>
Expand description

Parses each line of given bed like file into a contig (chromosome), starts and ends This ignores any other columns beyond start and ends.