File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727
2828class Error (Exception ):
29- """Error indicatating a problem with MSA Search."""
29+ """Error indicating a problem with MSA Search."""
3030
3131
3232def _featurize (seq : str , chain_poly_type : str ) -> str | list [int ]:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments