twitcher 0.1.8

Find template switch mutations in genomic data
1
2
3
4
5
6
7
pub const VCF_HEADER_TWITCHER_VERSION_KEY: &str = "twitcher_version";
pub const TWITCHER_VERSION: &str = env!("CARGO_PKG_VERSION");
pub const VCF_HEADER_TWITCHER_CMD: &str = "twitcher_cmd";

pub const VCF_TS_CIGARETS_KEY: &str = "CIGARETS";
pub const VCF_TS_CIGARETS_DESC: &str =
    "CIGARETS string for this alignment, which can include one or more template switches";