You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
REEV has received numerous issues related to incorrect search results (bihealth/reev#584, bihealth/reev#572). Both of these issues relate to gene query resolution, which occurs in REEV by calling the annonars endpoint /genes/search?q=${query}. After a couple of requests, the problem turned out to be in the data sent from the annonars (the invalid response).
Describe the bug
REEV has received numerous issues related to incorrect search results (bihealth/reev#584, bihealth/reev#572). Both of these issues relate to gene query resolution, which occurs in REEV by calling the annonars endpoint
/genes/search?q=${query}
. After a couple of requests, the problem turned out to be in the data sent from the annonars (the invalid response).To Reproduce
Look into: bihealth/reev#584, bihealth/reev#572
Brief:
Some queries doesn't work at all:
Other return invalid result:
PREP: refer to bihealth/reev#572
Expected behavior
As described in previous issues, the search for gene should work properly.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: