vcf-reformatter 0.7.5

Fast VCF file parser and reformatter with VEP and SnpEff annotation support which can output to MAF
Documentation
1
2
3
4
5
use crate::extract_csq_and_csq_names::extract_tag_regex;

pub fn extract_ann_regex(parsed_lines: &mut [String]) -> Option<String> {
    extract_tag_regex(parsed_lines, "ANN")
}