konradjk / exac_browser

Browser for ExAC consortium data
http://exac.broadinstitute.org
MIT License
106 stars 54 forks source link

ExAC Browser RESTful API : connection refused #342

Open gpcr opened 6 years ago

gpcr commented 6 years ago

Error in open.connection(con, "rb") : HTTP error 502. Calls: fromJSON ... fromJSON_string -> parseJSON -> parse_con -> open -> open.connection Execution halted

Is http://exac.hms.harvard.edu/rest down?

Lucioric2000 commented 6 years ago

You may now use the URL http://exac.broadinstitute.org/

gpcr commented 6 years ago

trying to use programmatically using API it fails

IbrahimTanyalcin commented 6 years ago

Is there any information when the API will be restored? The server at http://exac.hms.harvard.edu/ is still returning 404 for all requests. Is there a possibility to add some additional information via the headers so that users of the REST API are informed a bit more?

nawatts commented 6 years ago

The code in this repository backs http://exac.broadinstitute.org.

http://exac.hms.harvard.edu is based on a fork of this repository (https://github.com/hms-dbmi/exac_browser) and is operated by a different group (https://avillach-lab.hms.harvard.edu/exome-aggregation-consortium-exac). Questions about http://exac.hms.harvard.edu/rest would have to be directed there.