TranslatorSRI / reference-kg

Reference knowledge graph for translator II
0 stars 0 forks source link

OMIM ids not clique merging with MONDO #10

Open kshefchek opened 4 years ago

kshefchek commented 4 years ago

For example: MATCH (n{id:'OMIM:154700'})-[edge]-() return COUNT(edge) limit 10

we discussed on the 10/1 monarch data call but wanted to track progress here

kshefchek commented 3 years ago

@deepakunni3 curious where we are on this? I remember seeing a kgx PR that addressed it - perhaps it will be fixed in the next build?

deepakunni3 commented 3 years ago

Lets check the next build to see if this problem persists.

kshefchek commented 3 years ago

Looks like we still have this in the latest build:

MATCH (n{id:'OMIM:154700'})-[edge]-() return COUNT(edge) limit 10

2015

@deepakunni3 do you have an intuition of what the issue is? self assigning and hoping to take a closer look in the coming weeks