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
These edges come from Monarch and sometimes have a space and sometimes an underscore, e.g colocalizes with or colocalizes_with. This makes problems to convert into URI, e.g. Krusty::wd_to_neo4j.py only translates into URI if there is a space. Update the library to fix that:
normalize all edge_label into "space"
normalize all edge_type from label to CURIE using the correct RO_ID
These edges come from Monarch and sometimes have a space and sometimes an underscore, e.g
colocalizes with
orcolocalizes_with
. This makes problems to convert into URI, e.g. Krusty::wd_to_neo4j.py only translates into URI if there is a space. Update the library to fix that:edge_label
into "space"edge_type
from label to CURIE using the correct RO_ID#3
The text was updated successfully, but these errors were encountered: