Skip to content

Commit

Permalink
Changed default predicate to "biolink:affects"
Browse files Browse the repository at this point in the history
  • Loading branch information
beasleyjonm authored Dec 3, 2024
1 parent f9b5573 commit 574f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/SIGNOR/src/loadSIGNOR.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def get_basic_edge_properties(self, line):
}
return edge_properties

def create_and_parse_edge(self, row, extractor, predicate="biolink:related_to",
def create_and_parse_edge(self, row, extractor, predicate="biolink:affects",
edge_properties=None, mechanism=None):
"""
Creates predicates and edge properties for a row
Expand Down

0 comments on commit 574f276

Please sign in to comment.