Skip to content

Commit 2267de9

Browse files
fix: add docstring
1 parent 3becc3f commit 2267de9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

graphgen/models/search/db/uniprot_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class UniProtSearch:
1212
UniProt Search client to search with UniProt.
1313
1) Get the protein by accession number.
1414
2) Search with keywords or protein names (fuzzy search).
15+
3) Search with FASTA sequence (BLAST search).
1516
"""
1617

1718
def get_by_accession(self, accession: str) -> Optional[dict]:

0 commit comments

Comments
 (0)