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

Maximum number of atoms is 256 #205

Closed
cjl232 opened this issue Sep 8, 2022 · 1 comment
Closed

Maximum number of atoms is 256 #205

cjl232 opened this issue Sep 8, 2022 · 1 comment

Comments

@cjl232
Copy link

cjl232 commented Sep 8, 2022

Hi,
I am trying to run a docking job with a protein and peptide (~50 AA long) and I receive an error for the maximum number of atoms is 256. Is there any way I can get around this or increase this amount in a constants file?

I was previously able to run the job on vina (took 6 days) and wanted to trial the GPU AutoDock to see if I could greatly increase the throughput.

Many thanks in advance!

@diogomart
Copy link
Member

Hi,

It's here:

#define MAX_NUM_OF_ATOMS 256

50 amino acids is too big for autodock. It's difficult to converge when the number of rotatable bonds is greater than 20. Furthermore, bond lengths and angles are rigid, and that may be a harsh approximation to a such a large molecule, as small changes at the center would have a large impact at the ends.

At 50 amino acids, the peptide is eligible for protein status, and you could try tools for folding prediction and protein-protein docking. Another idea that comes to mind is to break the peptide is smaller chunks and dock each chunk individually.

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