-
In the original ontology, `reg:RegisterItem` is a subclass of `version:VersionedThing`, so that each registry item already has the possibility of being versioned "in full", with each instance having a…
-
The DAC cohorts do not show at https://registry.ihccglobal.app/ontologies
-
See:
https://github.com/RTXteam/RTX/issues/1127#issuecomment-730517337
-
Issue #1179 asks to add usage information to the ontology detail pages. Before we can do that, we need to standardize that information. #1008 points out that there are different formats in the registr…
-
Hi @saramsey and @kvarforl, I found that the labels of some nodes in KG2.5.1 are unreasonable. For example, `UMLS:C0030660` is categorized as `biolink:Disease` but it is a pathological process or func…
-
discovered this issue in #1044
out of the many nodes for erythropoietin in kg2-3-1:
```
match (n) where toLower(n.name)="erythropoietin" return n.id, n.name, n.category_label, n.provided_by orde…
-
So I don't know if the KG2 team knows if this is expected behavior or not, but a recent Travis build resulted in these warnings:
```
+python -u /home/travis/build/RTXteam/RTX/code/kg2/validate_curie…
-
## Describe the issue
Cache version flag not having the expected behaviour.
## Additional information
When I'm running VEP version 103 and try to annotate a VCF using the version 102 that I have …
-
This issue is to discuss the options, requirements, and pipeline for use of the form created for registering new ontologies. The contents of the form itself has already been discussed by the Operation…
-
Try this Cypher on kg2endpoint-kg2-5-1.rtx.ai:7474:
```
match (n {id: 'UMLS:C0032961'}) return n.id, n.name, n.category, n.description;
```
This node has UMLS semantic type T040:
```
UMLS Se…