RTX-KG2 icon indicating copy to clipboard operation
RTX-KG2 copied to clipboard

Build system for the RTX-KG2 biomedical knowledge graph, part of the ARAX reasoning system (https://github.com/RTXTeam/RTX)

Results 177 RTX-KG2 issues
Sort by recently updated
recently updated
newest added

See this issue for context: https://github.com/NCATSTranslator/Feedback/issues/422#event-11585511674

caution tricky
high priority
Erica-look

My understanding is that result node binding attributes are required: https://github.com/NCATSTranslator/ReasonerAPI/blob/master/TranslatorReasonerAPI.yaml#L665

sar-look

##### 1. Build and load KG2: - [x] Create new build instance `kg291build.rtx.ai` - [x] Clone the RTX repo from Github `git clone https://github.com/RTXteam/RTX-KG2.git` - [x] Setup the KG2 build...

Tentatively slating this project for Erica in early summer 2024.

caution tricky

From Tyler's post in Architecture today: ![image](https://github.com/RTXteam/RTX-KG2/assets/12707718/0a736684-5bbc-4c0d-a150-8731b513048a)

high priority

The "treats refactor" requires compliance with a minimum of Biolink 4.1.1

The kg2-versions.md shows that KG2.8.4 uses Biolink version 3.5.2, but the biolink node on the build shows Biolink version 3.1.2 The truth will be on the KG2.8.4 build instance. We...

``` Traceback (most recent call last): File "/home/ubuntu/kg2-code/dgidb_tsv_to_kg_jsonl.py", line 167, in make_kg2_graph(input_file_name, nodes_output, edges_output, test_mode) File "/home/ubuntu/kg2-code/dgidb_tsv_to_kg_jsonl.py", line 83, in make_kg2_graph PMIDs] = fields ValueError: too many values to unpack...

DrugBank has a bunch of extra information on their website; stuff like mechanisms of action: ![image (7)](https://github.com/RTXteam/RTX-KG2/assets/6362936/ec31a93a-d3b6-4fe7-8195-66d87807d8d5) I'm wondering if: a) this information exists in some downloadable part of DrugBank...

From @sundareswarpullela: Bug found in ARAX Pytest https://github.com/RTXteam/RTX/blob/4c776b4a27d96e1462173abe7963792608d8b879/code/ARAX/test/test_ARAX_expand.py#L247-L257C1 Example: `{'nodes': {'n00': {'ids': ['MONDO:0001280', 'MONDO:0008542', 'MONDO:0005036'], 'categories': ['biolink:DiseaseOrPhenotypicFeature', 'biolink:PhenotypicFeature', 'biolink:Disease'], 'is_set': True, 'constraints': [], 'option_group_id': None}, 'n01': {'ids': None, 'categories': ['biolink:DiseaseOrPhenotypicFeature',...