-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* close #537 by creating an importer for the new format * import from export format * web handler for importing CREs and standards * move in memory graph to its own module, add to database module methods for path retrieval and hierarchy retrieval * remove irrelevant methods from export format, add a check for duplicate links in add_link * add support for exporting in the new export format * test for getting cre hierarchy * add tests for import/export of new format * add support for new format in main * web main changes to support new import/export formats * fix db cre hierarchy retrieval, detect non existent cre * rm deprecated recursive retrieval tests from cres, CREs are 1 level deep only * add test and fix for single cre retrieval * make write_csv pickup all possible keys from all dicts as a header, add support for new export format to main * make the memory graph self-initialize, move functionality of get_standard_by_db_id to get_nodes * update cre exporting method to support new export format not being an enum
- Loading branch information
1 parent
9620177
commit 95ace6b
Showing
18 changed files
with
1,567 additions
and
1,625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.