-
Notifications
You must be signed in to change notification settings - Fork 153
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
Problem with VEP query stuck without results (without offline mode) #1806
Comments
Hi @Taalouane, Also, to run in offline mode with hgvs options you should provide a fasta file with |
Another reason for the query being slower than usual is ongoing issues with the MySQL connection, which could impact job performance. |
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. 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? |
For HGVS input you have to keep running --cache which establish a connection to the database.
We recommend everyone to use the latest vep code and indexed cache.
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.
The text was updated successfully, but these errors were encountered: