VCCRI / VPOT

VPOT - Variant Prioritisation Ordering Tool. VPOT is a Python tool written to allow prioritisation of variants in ANNOVAR annotated VCF files.
GNU General Public License v3.0
10 stars 3 forks source link

adding new features to VPOT #2

Closed eipVCCRI closed 3 years ago

eipVCCRI commented 3 years ago

Adding new utility option to VPOT package. First utility is convertVEP, which converts a VEP annotated VCF into a standard format VCF for use with VPOT. Updated the prioritisation processing to handle the multiple transcript level INFO annotation that VEP creates.

eipVCCRI commented 3 years ago

merged the VEP-annotation into master VPOT