Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running clustered msa on Local ColabFold #18

Open
jimfeng9705 opened this issue Sep 10, 2024 · 1 comment
Open

Running clustered msa on Local ColabFold #18

jimfeng9705 opened this issue Sep 10, 2024 · 1 comment

Comments

@jimfeng9705
Copy link

The predication by AF takes a long time, for a longer sequence. And the run can be disconnected. How can we run our local colabfold using the clustered msa?

@KhondamirRustamov
Copy link

You need to download ColabFold on your local machine (see LocalColabFold here)

Simply download the clusters from Colab (or generate them locally), and run something like this in your folder containing clustered MSAs:

import glob
import os

for cluster in glob.glob("*.a3m"):
    os.system(f"colabfold_batch {cluster} pdb/")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants