zwdzwd / transvar

TransVar - multiway annotator for precision medicine
Other
115 stars 34 forks source link

failed annotation complex variant #26

Closed kjass001 closed 5 years ago

kjass001 commented 5 years ago

Hi, We annotated vcf of clinical sample with a clinically-relevant insertion exon 20.

Vardict output vcf (marked line 78% VAF): image

Transvar annotated and filtered: image

-->no annotation. Any options possible to achieve adequate annotation? Thanks for help!

kennethgeerts commented 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

mmoisse commented 5 years ago

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

zwdzwd commented 5 years ago

Thanks for the fix. I merged this change.