OpenBEL / resource-generator

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

Compartmentalize gp_baseline.py phase execution. #42

Closed digitallance closed 10 years ago

digitallance commented 10 years ago

Add ability to run or re-run individual phases of gp_baseline.py. Use Python's pickle module to store parsed data dictionary objects and reload them on restart in appropriate phases.

digitallance commented 10 years ago

Compartmentalization added. Still need to add warning messages for missing pickle files if attempt to load them fails.

digitallance commented 10 years ago

Fixed memory-based data dependencies in phase 5 allowing restart at phase 3, 4 or 5. Needed to create 3 parsed module data objects for equivalence generation.