Parse a VCF CNA file from DRAGEN, which has information on both
load_VCF_CNA_DRAGEN(file)
is DRAGEN CNV vcf file path
PASS copy number alteration values in CNAqc format, stored in the `cna` slot, and estimated tumour purity in the `purity` slot.
# not run
if (FALSE) {
load_VCF_CNA_DRAGEN("Myfile.vcf")
}