How Can I Specify The Species Genome Release To Use With Ensembl Variant Effect Prediction (Vep)
1
0
Entering edit mode
11.2 years ago
William ★ 5.3k

How can I specify which version a species genome the ensembl Variant Effect Prediction (VEP) tools should use?

I can't find it anywere in the documentation or the argument overview of the tool.

ensembl • 2.0k views
ADD COMMENT
3
Entering edit mode
11.2 years ago
Pavel Senin ★ 1.9k

in their script, variant_effect_predictor.pl

in config section you can set that value (db_version):

# sets up configuration hash that is used throughout the script
sub configure {
...
    # DB options
    'species=s',               # species e.g. human, homo_sapiens
    'registry=s',              # registry file
    'host=s',                  # database host
    'port=s',                  # database port
    'user=s',                  # database user name
    'password=s',              # database password
    'db_version=i',            # Ensembl database version to use e.g. 62
    'genomes',                 # automatically sets DB params for e!Genomes
...
ADD COMMENT
0
Entering edit mode

Thanks, I suppose that also works when using the -ofline option to use a cached genome db. Well I'll check it.

ADD REPLY

Login before adding your answer.

Traffic: 2616 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6