Skip to content

Commit

Permalink
fix autoassignment of category
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 6, 2023
1 parent 4e2d410 commit 881c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgx/source/obograph_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def get_category(self, curie: str, node: dict) -> Optional[str]:
elif prefix == "PR":
category = "biolink:Protein"
elif prefix == "NCBITaxon":
category = "biolink:OrganismalEntity"
category = "biolink:OrganismTaxon"
else:
self.owner.log_error(
entity=f"{str(category)} for node {curie}",
Expand Down

0 comments on commit 881c127

Please sign in to comment.