OpenBEL / resource-generator

Python modules to generate BEL resource documents.
Apache License 2.0
0 stars 4 forks source link

make gp_baseline and change_log workflows more modular #41

Closed ncatlett closed 9 years ago

ncatlett commented 10 years ago

Would like to be able to download and parse data, then store for later use. Currently, need to download and parse all source data each time gp_baseline or change_log is run. Ideally data for change_log should be downloaded at same time as gp_baseline.

ncatlett commented 10 years ago

see #42 - gp_baseline complete

ncatlett commented 9 years ago

All data now downloaded in gp_baseline run. change_log.py uses pickled data objects from gp_baseline run.