NCATS-Tangerine / beacon-aggregator

A web service that operates over the Beacon network to provide a single software interface over the all the Beacons
Other
2 stars 0 forks source link

cliques not being joined at endpoint #47

Closed isuen closed 6 years ago

isuen commented 6 years ago

[on Clique Endpoint branch] Can have concepts from same clique not being joined after find more information

steps to produce bug from empty neo4j database: expected behaviour: MESH:D016640 is part of clique NCIT:C34942 bug:

  1. search clique/MESH:D016640 - will return MESH:D016640 as its own clique
    • this likely occurs because in biolink beacon, MESH:D016640 has no exactmatches - the exactmatches information is with MONDO:0005406
  2. search for clique/MONDO:0005406 - will return NCIT:C34942
  3. search for clique/MESH:D016640 - still returns MESH:D016640 as its own clique

However, if search for MONDO then MESH, will correctly report that MESH is in same clique as NCIT