ccsb-scripps / AutoDock-Vina

AutoDock Vina
http://vina.scripps.edu
Apache License 2.0
596 stars 209 forks source link

Procedure of treating Fe2+ Ion #229

Closed biotechjs closed 1 year ago

biotechjs commented 1 year ago

Thank you for this fantastic tool!

I'm trying to perform docking on a site with Fe (II), what would the recommended procedure of doing so?

I have tried to

diogomart commented 1 year ago

Vina treats all metals as a H-bond donor, and partial charges are not used. The Vina scoring function is so simple that there's nothing special that needs to be done about metals.

biotechjs commented 1 year ago

thank you @diogomart ! Just curious, would it be worthwhile to try your other project autodock-gpu?

diogomart commented 1 year ago

It may be worth trying the AD4 scoring function, which can be done also from Vina with the --scoring ad4 option. Often, one scoring function outperforms the other, and we don't really know why. Note that partial charges matter for AD4 scoring. If you have a lot of GPU power and want to dock a lot of molecules, then AD-GPU could be very valuable. AD-GPU also implements the AD4 scoring function.

biotechjs commented 1 year ago

thank you very much @diogomart !