This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bulk Query with ExAC REST API in Python

Hello, I was wondering if anyone on the boards has had success submitting bulk variant queries to the REST API of the ExAC database (http://exac.hms.harvard.edu/) using Python requests module? I need to get effects for ~ 10000 variants, and individual requests in a for-loop takes too long. I can figure out how to format the bulk request using a list of variants. Any help would be appreciated. Thanks.

exac rest api bull query

Yes, I eventually discovered that I was submitting a get requests when I needed to do a post request. Thank you!

0 answers

No answers yet.

Log in to answer this question.