Python script that converts an standard VCF to JSON format. It handles VEP style format annotation
- Python 3.4+
python3 vcf2json.py --input_vcf vcf
JSON output name keeps the prefix from the VCF. For further details see the help command.
python3 vcf2json.py -h
GNU GPLv3