Closed kjass001 closed 5 years ago
In case it could help, this is what vardict logs:
[vcf_parse_mutation] warning: Invalid VCF line: chr7 55249013 . A GGTT 371 PASS . GT:DP:VD:AD:AF:RD:ALD 1/0:1302:1019:263,1019:0.7826:263,0:1019,0
I solved the issue by changing the definition for MNV from len(ref) > 1 and len(alt) > 1
to len(ref) > 1 or len(alt) > 1
cfr commit https://github.com/zwdzwd/transvar/pull/33/commits/344f253ffacebbcbb4381c166a534fd0ccb17f87
Thanks for the fix. I merged this change.
Hi, We annotated vcf of clinical sample with a clinically-relevant insertion exon 20.
Vardict output vcf (marked line 78% VAF):
Transvar annotated and filtered:
-->no annotation. Any options possible to achieve adequate annotation? Thanks for help!