Closed jaclynbeck-sage closed 2 years ago
@jaclynbeck-sage We are aware of this issue, a rollback release will be out shortly.
The cause is that today's data release includes an update from the latest Ensembl v108, looks like there is some issue with this release (unclear whether it's on Ensembl side or our side yet). We are rollbacking this release right now. Will update here once it's in place.
@jaclynbeck-sage we have rolled back the data release. MyGene.info API should be back to normal now.
Closing this issue now, and let us know if you are still experiencing the issue.
Thank you so much for the fast response!
I've been using mygene to query by Ensembl ID, to get the fields "name", "symbol", "summary", and "alias". After the update on October 31, this functionality seems to be broken or seriously altered from what is expected. As an example, these two Ensembl IDs: ENSG00000186092 (matches to Entrez ID 79501) ENSG00000188976 (matches to Entrez ID 26155)
Last week when querying on the Ensembl IDs, I got the following information:
However today, when I query the same Ensembl IDs, for both I get:
{"code":404,"success":false,"error":"Not Found."}
If I query on the Entrez ID instead, I get all of the above information as expected, and the "Ensembl" field matches the expected Ensembl ID.
For a third ID that is found (ENSG00000000003), the information returned is missing the "alias" and "summary" fields even though they were returned last week: https://mygene.info/v3/gene/ENSG00000000003 Last week returned:
however today both these fields are missing.
I have tried this both through the python library's getgenes() function and through the web interface, i.e. https://mygene.info/v3/gene/ENSG00000188976 with the same results.