vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Fix config import #3

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

The config and command line input at the top of cg_enrich, cg_present, and cg_query need to have their order fixed so they import correctly.

gdbassett commented 9 years ago

Fixed with commit [gabe dd681e2] in cg_enrich. No config reference in cg_present and cg_query so no changes there.