Entering edit mode
3.4 years ago
prasundutta87
▴
670
Hi,
I have been annotating my VCFs which has chromosome names such as chr1, chr2 etc. using a reference clinvar structural variation VCF which has chromosome names as 1, 2, etc. I am using the structural variation plugin of VEP.
Theoritically, VEP should throw an error due to wrong chromosome names, but it does not. Does VEP take care of the chromosome name by itself?
Are you using VEP command line? If yes, what is your command?
Side note: It's
ensEMBL
, notensemble
. There's noe
at the end.Oh! my bad..thanks for correcting me..
My command is:
It looks like the plugin is designed to check both with and without the
chr
prefix: https://github.com/Ensembl/VEP_plugins/commit/7c4c055bdb60bc02af460763cb83d48c62246947If the output looks fine (you should manually test a few entries), you can rest assured that the prefix doesn't really matter.
Thanks a lot for sharing this! Although, I did rename the chromosomes just to be sure. But its good to know this. Thanks a lot again!