Skip to content

Commit

Permalink
Update uniprot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 4, 2024
1 parent a376f97 commit 46f7311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyobo/sources/uniprot/uniprot.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def iter_terms(version: Optional[str] = None) -> Iterable[Term]:
description = description.removeprefix("FUNCTION: ")
term = Term(
reference=Reference(prefix=PREFIX, identifier=uniprot_id, name=accession),
definition=description or None,
# definition=description or None,
)
term.set_species(taxonomy_id)
if gene_ids:
Expand Down

0 comments on commit 46f7311

Please sign in to comment.