Skip to content

Commit eb5154f

Browse files
Augustin-Zidekcopybara-github
authored andcommitted
Fix two typos in docstrings
* Reported in #674 by @mooreneural, thanks! PiperOrigin-RevId: 922659727 Change-Id: I7db6bca087a2bf3c4b2c327e360b804ddf72c9d4
1 parent b712a3d commit eb5154f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/alphafold3/data/msa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class Error(Exception):
29-
"""Error indicatating a problem with MSA Search."""
29+
"""Error indicating a problem with MSA Search."""
3030

3131

3232
def _featurize(seq: str, chain_poly_type: str) -> str | list[int]:

src/alphafold3/data/tools/nhmmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(
5454
5555
NOTE: The MSA obtained by running against sharded dbs won't be always
5656
exactly the same as the MSA obtained by running against an unsharded db.
57-
This is because of Jackhmmer deduplication logic, which won't spot duplicate
57+
This is because of Nhmmer deduplication logic, which won't spot duplicate
5858
hits across multiple shards. Usually this means that the sharded search
5959
finds more hits (likely bounded by the number of shards), but this should
6060
not pose an issue given how the results are used downstream. The problem is

0 commit comments

Comments
 (0)