1 2 3 4
pub(crate) const PYRANGES_CHROMOSOME_COL: &str = "Chromosome"; pub(crate) const PYRANGES_START_COL: &str = "Start"; pub(crate) const PYRANGES_END_COL: &str = "End"; pub(crate) const PYRANGES_STRAND_COL: &str = "Strand";