RTXteam / RTX-KG2

Build system for the RTX-KG2 biomedical knowledge graph, part of the ARAX reasoning system (https://github.com/RTXTeam/RTX)
MIT License
34 stars 9 forks source link

Build KG2.8.6 #349

Open ecwood opened 10 months ago

ecwood commented 10 months ago
1. Build and load KG2:

Example Cypher to get versions of many of the knowledge sources in a specific build of KG2pre:

match (n:`biolink:RetreivalSource`) where not n.id =~ 'umls_.*' and not n.id =~ 'OBO:.*' return n.id, n.name order by n.id;
ecwood commented 9 months ago
Source predicate curie is missing from the YAML config file: ORPHANET:C057
Source predicate curie is missing from the YAML config file: RO:0002428
Source predicate curie is missing from the YAML config file: ORPHANET:C056
Source predicate curie is missing from the YAML config file: DrugCentral:reduce_risk
saramsey commented 8 months ago

@acevedol Looks like some of the checkboxes could be checked here (e.g., Neo4j endpoint); can we please get a status refresh on the checklist? Thanks.