vcf-reformatter 0.3.0

Fast VCF file parser and reformatter with VEP and SnpEff annotation support which can output to MAF
Documentation
1
2
3
4
5
6
7
pub mod essentials_fields;
pub mod extract_ann_and_ann_names;
pub mod extract_csq_and_csq_names;
pub mod extract_sample_info;
pub mod get_info_from_header;
pub mod read_vcf_gz;
pub mod reformat_vcf;