We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There is an endpoint for quering for variants on specific position range. E.x.
https://reev.cubi.bihealth.org/internal/proxy/annonars/annos/range?genome_release=<>&chromosome=<>&start=<>&stop=<>
To Reproduce Steps to reproduce the behavior:
500
Expected behavior A proper 400-series error should be returned without server crash
Screenshots N/A
Additional context N/A
The text was updated successfully, but these errors were encountered:
Will be addressed by #502. In particular, your first query goes from/to
688105 68869440
So it will query 68Gbp (!)
Your second one goes over 100kbp, still
89 624 226 89 725 229
Sorry, something went wrong.
No branches or pull requests
Describe the bug
There is an endpoint for quering for variants on specific position range.
E.x.
To Reproduce
Steps to reproduce the behavior:
Or to https://reev.cubi.bihealth.org/internal/proxy/annonars/annos/range?genome_release=grch37&chromosome=10&start=89624226&stop=89725229
500
error will be returnedExpected behavior
A proper 400-series error should be returned without server crash
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: