use-genomic-range
Primitive genomic range and interval vocabulary.
use-genomic-range stores start and end positions, strand labels, and coordinate-system labels. It validates that the end is not before the start. It does not parse BED/GFF/GTF/SAM/BAM, implement interval trees, or behave as a genome browser.
use ;
let range = new
.unwrap
.with_coordinate_system
.with_strand;
assert_eq!;
assert_eq!;