Common, core utilities for gtars
This module contains core utilities across the gtars crate. While possible, it's usually not interfaced with directly
unless interacting with any of the [models].
Examples
Create region set
use Path;
use RegionSet;
let path_to_tokenize_bed_file = "../tests/data/to_tokenize.bed";
let rs = try_from.unwrap;
println!;