Skip to content

Commit

Permalink
#381 exception for administered to
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jun 28, 2024
1 parent 4115a94 commit b1d7501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_predicate_remap_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"biolink:synonym",
"biolink:has_attribute_type"}

relation_mapping_exceptions = {"SEMMEDDB:diagnoses", "OMIM:has_manifestation"}
relation_mapping_exceptions = {"SEMMEDDB:diagnoses", "OMIM:has_manifestation", "SEMMEDDB:ADMINISTERED_TO", "SEMMEDDB:administered_to"}

def make_arg_parser():
arg_parser = argparse.ArgumentParser(
Expand Down

0 comments on commit b1d7501

Please sign in to comment.