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
Hello,
I am sorry if this is a very basic question.
We have a query tool that uses the cellbase restful API for Gnomad. It used to work perfectly but now there seem to be issues with the URL. Does this have something to do with the major updates gnomad went through? Does anyone know how to solve this?
let urlStart = 'http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/v4/hsapiens/feature/variation/';
let urlEnd = '/info?limit%3D-1%26skip%3D-1%26skipCount%3Dfalse%26count%3Dfalse%26Output%2520format%3Djson';
Hello,
I am sorry if this is a very basic question.
We have a query tool that uses the cellbase restful API for Gnomad. It used to work perfectly but now there seem to be issues with the URL. Does this have something to do with the major updates gnomad went through? Does anyone know how to solve this?
Our tool uses this REST API end point URL:
http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/v4/hsapiens/feature/variation/
Code snippet:
Our script is here:
https://github.com/crankysparrow/computationalbio/blob/master/scripts/geturl.js
Any help is appreciated. Thank you!
The text was updated successfully, but these errors were encountered: