You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ingests like IntAct and STRING use symmetric edge labels like interacts_with. These should assert in both directions:
if ingest asserts: A interacts_with B
it should also assert: B interacts with A
To Reproduce
Example, STRING has this edge: ENSEMBL:ENSP00000256935 biolink:interacts_with ENSEMBL:ENSP00000439601 RO:0002434
So it should also have: ENSEMBL:ENSP00000439601 biolink:interacts_with ENSEMBL:ENSP00000256935 RO:0002434
Expected behavior
See above
Version
Example above is for the Aug 17 build
The text was updated successfully, but these errors were encountered:
Describe the bug
Some ingests like IntAct and STRING use symmetric edge labels like
interacts_with
. These should assert in both directions:if ingest asserts:
A interacts_with B
it should also assert:
B interacts with A
To Reproduce
Example, STRING has this edge:
ENSEMBL:ENSP00000256935 biolink:interacts_with ENSEMBL:ENSP00000439601 RO:0002434
So it should also have:
ENSEMBL:ENSP00000439601 biolink:interacts_with ENSEMBL:ENSP00000256935 RO:0002434
Expected behavior
See above
Version
Example above is for the Aug 17 build
The text was updated successfully, but these errors were encountered: