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

dockcheck.py atomindex = waterdata[i,0] out of bounds #1

Open
mirix opened this issue Dec 12, 2018 · 3 comments
Open

dockcheck.py atomindex = waterdata[i,0] out of bounds #1

mirix opened this issue Dec 12, 2018 · 3 comments

Comments

@mirix
Copy link

mirix commented Dec 12, 2018

Hi,

I receive the following error when running WaterDock2

File "/home/mirix/Downloads/WaterDock-2.0/waterdock2.py", line 59, in
dockcheck.main(proteinfile, ligandfile)
File "/home/mirix/Downloads/WaterDock-2.0/dockcheck.py", line 114, in main
atomindex = waterdata[i,0]
IndexError: index 9 is out of bounds for axis 0 with size 9

A placedwaters.pdb file with 105 atoms is produced but not a predictedwaters.pdb file.

Best,

Miro

@mirix
Copy link
Author

mirix commented Dec 12, 2018

Ok, the problem is that I included crystallographic waters along with my ligand. If I remove them, the program runs smoothly.

Which makes me wonder, what happens if one has one ligand plus one cofactor?

@mirix
Copy link
Author

mirix commented Dec 13, 2018

I am using QVina instead of Vina. It is significantly faster.

@bigginlab
Copy link
Collaborator

bigginlab commented Dec 13, 2018 via email

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

1 participant