monarch-initiative / monarch-ingest

Data ingest application for Monarch Initiative knowledge graph using Koza
https://monarchinitiative.org
14 stars 1 forks source link

Produce jsonl version of graph with category closure populated and load into neo4j artifact #466

Closed kevinschaper closed 1 year ago

kevinschaper commented 1 year ago

Doing the kgx tsv to jsonlines conversion in pandas rather than in kgx so that the category closure can be populated in the process. The jsonl files are then used to load into neo4j, which now has complete category labels

fixes #462 fixes #463