Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Dec 4, 2024
1 parent 8d90240 commit 877b1dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chai_lab/data/dataset/msas/colabfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def generate_colabfold_msas(
):
"""
Generate MSAs using the ColabFold (https://github.com/sokrypton/ColabFold)
server.
server. No-op if no protein sequences are given.
N.B. the MSAs in our technical report were generated using jackhmmer, not
ColabFold, so we would expect some difference in results.
Expand All @@ -362,7 +362,6 @@ def generate_colabfold_msas(
"""
assert msa_dir.is_dir(), "MSA directory must be a dir"
assert not any(msa_dir.iterdir()), "MSA directory must be empty"

if not protein_seqs:
logger.warning("No protein sequences for MSA generation; this is a no-op.")
return
Expand Down

0 comments on commit 877b1dd

Please sign in to comment.