Open Taalouane opened 4 days ago
Hi @Taalouane,
The option --cache
still connects to the database which slows down VEP.
Can you please use --offline
instead?
Also, to run in offline mode with hgvs options you should provide a fasta file with --fasta
(documentation)
We also recommend you download the indexed cache files. You can find them here for the current version 113: https://ftp.ensembl.org/pub/current_variation/indexed_vep_cache/
Another reason for the query being slower than usual is ongoing issues with the MySQL connection, which could impact job performance.
If your input file is supported offline, I would recommend you always use --offline
instead of --cache
.
It is not possible to use offline mode for input with HGVS format, it's not a VCF, it's a list of HGVS variants.
MSG: ERROR: Cannot use HGVS format in offline mode
I added the FASTA file, but the problem persists.
The cache file is indexed, and I have it for the same version of VEP: v109. Do you think I should switch to the new version of VEP and indexed cache?
Additional information: My command was working without any issues before. Is there any problem or maintenance on your server side?
It is not possible to use offline mode for input with HGVS format, it's not a VCF, it's a list of HGVS variants.
For HGVS input you have to keep running --cache which establish a connection to the database.
Do you think I should switch to the new version of VEP and indexed cache?
We recommend everyone to use the latest vep code and indexed cache.
Is there any problem or maintenance on your server side?
There are a few ongoing issues with the MySQL connection, which could impact job performance. Please let us know if they persist in the next days.
Thank you @dglemos for your response. I will get back to you.
Could you please forward the information regarding the slow connection to your team responsible for the MySQL server?
Thank you again.
Hello,
I am contacting you regarding an issue encountered while using VEP to query the Ensembl database.
The query remains stuck, with no results returned and no error message. The process seems to run indefinitely without reaching a final result.
The query was working fine for me previously, and several times. Additionally, I would like to mention that the MySQL connection to the server is functioning normally, as shown by the following command:
mysql --host=ensembldb.ensembl.org --user=anonymous
The connection establishes without any issue and gives me access to the database, confirming that the connection to the server is working. However, the query via VEP remains stuck.I would appreciate your expertise in identifying whether this problem could be related to a recent configuration change in VEP, or if other factors could explain this behavior after the system restart.
Thank you in advance for your help.