fairtracks / omnipy

Omnipy is a high level Python library for type-driven data wrangling and scalable workflow orchestration (under development)
http://omnipy.readthedocs.io/
Apache License 2.0
19 stars 1 forks source link

Step 1: Import data from original source: from ENCODE API #3

Open sveinugu opened 3 years ago

sveinugu commented 3 years ago

More or less done. Needs to walk through all table types and download all records.

Important: Please make sure that any restrictions from ENCODE regarding API call frequency etc is honored (e.g one API call per second, or similar), so that we are not banned...