This is a test version of Biostars. For the public version, visit https://www.biostars.org.
VEP chromosome name query

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?

ensembl vcf annotation vep

Are you using VEP command line? If yes, what is your command?

Side note: It's ensEMBL, not ensemble. There's no e at the end.

Oh! my bad..thanks for correcting me..

My command is:

vep -i input.vcf -o output.vcf --offline --dir_cache VEP_genomes --vcf --force_overwrite --plugin StructuralVariantOverlap,file=nstd102.GRCh38.variant_call.vcf.gz

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!

1 answer

VEP is very clever, you're fine.

Haha! I am sure of that, Emily! :-)

Log in to answer this question.