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
6
7
8
9
10
11
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 html_report;
#[cfg(feature = "parquet_out")]
pub mod parquet_writer;
pub mod read_vcf_gz;
pub mod reformat_vcf;
pub mod summary;