Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use database w/ vep for HGVSg annotation #660

Closed
benjraspl opened this issue Dec 11, 2019 · 6 comments
Closed

Use database w/ vep for HGVSg annotation #660

benjraspl opened this issue Dec 11, 2019 · 6 comments
Assignees

Comments

@benjraspl
Copy link

Hi,
I have the problem of having to convert a set of cDNA variants (e.g. ENST00000375550.4:c.1143G>A) to corresponding HGVS genome variants. Since this requires to not use local cache (at least thats what I figured) I added the --database flag and removed all flags leading to offline usage of the tool but I still get the following error:

MSG: Cannot connect to the Ensembl MySQL server at ensembldb.ensembl.org:3306; check your settings & DBI error message: Can't connect to MySQL server on 'ensembldb.ensembl.org' (110)
STACK Bio::EnsEMBL::Registry::load_registry_from_db /mnt/SRV018/users/ahbranl1/data_vep/ensembl-vep-release-98.3/Bio/EnsEMBL/Registry.pm:1770
STACK Bio::EnsEMBL::VEP::BaseVEP::registry /mnt/SRV018/users/ahbranl1/data_vep/ensembl-vep-release-98.3/modules/Bio/EnsEMBL/VEP/BaseVEP.pm:252
STACK Bio::EnsEMBL::VEP::BaseRunner::setup_db_connection /mnt/SRV018/users/ahbranl1/data_vep/ensembl-vep-release-98.3/modules/Bio/EnsEMBL/VEP/BaseRunner.pm:120
STACK Bio::EnsEMBL::VEP::Runner::init /mnt/SRV018/users/ahbranl1/data_vep/ensembl-vep-release-98.3/modules/Bio/EnsEMBL/VEP/Runner.pm:118
STACK Bio::EnsEMBL::VEP::Runner::run /mnt/SRV018/users/ahbranl1/data_vep/ensembl-vep-release-98.3/modules/Bio/EnsEMBL/VEP/Runner.pm:194
STACK toplevel /mnt/users/ahbranl1/data_vep/ensembl-vep-release-98.3/vep:224
Ensembl API version = 98

My arguments currently look like this:
--format hgvs -i input -o output --vcf --species homo_sapiens --assembly GRCh37 --fork 1 --database --force_overwrite --hgvs --hgvsg --fields HGVSg

So what do I do wrong? And is it even possible to do an annotation like this? I was wondering since the online tool is only able to give genomic location rather then the variant in HGVSg format.

Again, thanks a lot in advance!
Best regards,
Benjamin

@aparton
Copy link
Contributor

aparton commented Dec 11, 2019 via email

@benjraspl
Copy link
Author

Hi,
so adding the --port=3337 flag did not help me, and I neither could access your database using the mysql command you provided. I will talk to an administator to figure things out on my side - thanks yet again for your help!
I will reply as soon as I know more about this!

Best,
Benjamin

@benjraspl
Copy link
Author

So I just had talk with an administrator! The problem is that we have an authenticating proxy server running on our side. Does VEP support requests through those kind of proxies?

And another question: Since I have to annotate a rather large amount of variants I wondered if the file size restrictions for online requests through the command line tool are the same as when using the web interface based implementation?

Best,
Benjamin

@aparton
Copy link
Contributor

aparton commented Dec 12, 2019 via email

@benjraspl
Copy link
Author

Thanks, unfortunitely making an exception for vep is not an option - i will go for the second option you suggested! Thanks for your help on this!

@aparton
Copy link
Contributor

aparton commented Dec 16, 2019

Hi,

I'm glad we were able to come up with a workaround. I'm going to close this issue now. If you have any other questions, please feel free to reopen it or create a new one.

Kind Regards,
Andrew

@aparton aparton closed this as completed Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants