-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
associated code changes should go in the kg2integration branch
first update NodeSynonymizer:
- change SRI NodeNormalizer URL to Biolink 2.1 endpoint
- specify
version=2.1.0in Biolink Lookup tool URL - adjust NodeSynonymizer conflations
- adjust any other mentions of ChemicalSubstance
- try doing a synonymizer build
once we have what seems to be a good synonymizer:
- update conflations hard-coded in KG2c build (
record_kg2c_meta_info.py) - build a new KG2c (put it at http://kg2-7-1c.rtx.ai:7474/browser/) @acevedol
- load it into plover (available at http://kg2-7-1cplover.rtx.ai:9990)
rebuild or edit and put copies in /translator/data/orangeboard/databases/KG2.7.1 on arax.ncats.io:
- configv2.json (should point to the new KG2c/plover)
* note: saved this asconfig_local.json, since we want it to be used overconfigv2.jsonduring testing - KG2c meta knowledge graph
- NodeSynonymizer
- KG2c sqlite
- NGD database
- COHD database @chunyuma
- refreshed DTD @chunyuma
- DTD model @chunyuma
- DTD database @chunyuma
- 'slim' databases (used for Travis) @chunyuma / @finnagin
note: As databases are rebuilt, the new copy of config_local.json will need to be updated to point to their new paths.
update ARAX codebase:
- make updates to the ARAX codebase:
- test everything together (entire ARAX pytest suite should pass when using the new
config_local.json- must locally setforce_local=TrueinARAX_expander.pyto avoid using the old KG2 API)
other things:
- update the test triples that go in some NCATS repo @finnagin
- update Biolink version (2.1.0) and KG2 version (2.7.1) in openapi yaml @edeutsch ?
- update SmartAPI registration for ARAX
- after main roll-out is complete, rename
config_local.jsontoconfig_local.json_FROZEN_DO-NOT-EDIT-FURTHER(any remaining edits to the config file, such as when the DTD build is complete, should be made directly to the masterconfigv2.jsonon araxconfig.rtx.ai)