ColabFold icon indicating copy to clipboard operation
ColabFold copied to clipboard

How can I run a complex prediction longer than 1000 or 1400 bp?

Open RuiTekiZhai opened this issue 3 years ago • 2 comments

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Please make sure to reproduce the issue after a "Factory Reset" in Colab. If running locally ypdate you local installation colabfold_batch to the newest version. Please provide your input if you can share it.

ColabFold Output (for bugs)

Please make sure to also post the complete ColabFold output. You can use gist.github.com for large output.

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

  • Git commit used
  • If you run it on a local system. Please add the server specifications
  • Operating system and version:

RuiTekiZhai avatar Apr 06 '22 20:04 RuiTekiZhai

I am trying to use ColabFold in Google notebook to make a dimer or trimer model. But my sequence is >600bp. When I was allocated Tesla K80 it always gave me the error telling "list of index out of range", which I guess that the desired pdb file was not created due to the length. I am wondering if this could be solved by buying ColabPro for a "faster GPU".

RuiTekiZhai avatar Apr 06 '22 20:04 RuiTekiZhai

The limiting factor is the RAM on the graphics cards. ColabPro is worth a try, because you can get a better GPU allocated. You can also try to run on the CPU (it will take a long time) or run locally.

ajasja avatar Apr 12 '22 09:04 ajasja