1//! Common components used within the `omics` family of crates.
23/// The separator character between elements within a variant.
4pub const VARIANT_SEPARATOR: &str = ":";
56/// The character representing a missing nucleotide.
7pub const MISSING_NUCLEOTIDE: &str = ".";