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

Question: How can I obtain ~same speed as the server ? #233

Open
crisdarbellay opened this issue May 1, 2024 · 3 comments
Open

Question: How can I obtain ~same speed as the server ? #233

crisdarbellay opened this issue May 1, 2024 · 3 comments

Comments

@crisdarbellay
Copy link

Hello,

First of all thank you for sharing your work!

I tried to install and use colabfold locally, and use colabfold_search instead of the server (I have ~7000 proteins to predict). I managed to use it, and mobilised the required ressources (1tb ram, performant CPU etc), but I still can't manage to obtain the .a3m files with a correct speed. It takes ~1h per protein. I used this tutorial https://qiita.com/Ag_smith/items/bfcf94e701f1e6a2aa90 as an example for my code.

Could I see more examples of how do you run colabfold_search, especially for a folder full of fasta files?

  • OS: Ubuntu 22.04
@EvanKomp
Copy link

EvanKomp commented May 7, 2024

Same problem!

@YoshitakaMo
Copy link
Owner

Please check the following computational environment:

  1. Is your database placed on a local SSD, not an HDD? If you are using HDD, the calculation speed will be extremely slow. In other cases, if the database is located on a network drive (such as NFS), it will delay the calculation.
  2. vmtouch is useful to keep the database in the RAM. --db-load-mode 2 is also useful, but it will be effective from the second cycle.

@AlejandroSanchezCano
Copy link

Hi! I need to fold around ~1k dimers and I was wondering whether it is faster to download MMseqs2 locally (colabfold_search) or use the MSA server (colabfold_batch). If so, how much faster? Also, many of these dimers share the same monomer. Is there a way of speeding things up knowing that?

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

4 participants