CBDD/rDock

Grid-based VdW Scoring Option

Closed this issue · 2 comments

Hello !

Despite the documentation and my research on the forums, I still don't know how to use the docking protocols dock_grid.prm and dock_solv_grid.prm. On one of the forums, I found this post dated on 2020-01-17, which mentions the difficulties I'm having too.

Please found the content of this post just here:

I am looking to speed up rDock when doing an HTVS.

I understand that one way to do this (in addition to doing a multistage
run, and holding the receptor fixed) is to use the grid-based scoring
function.

I'm not clear how to implement this actually. Currently, I am using:

rbdock -i input_ligand.sd -o ligand_docked -r rdock.prm -p dock_grid.prm -n 20

However, this results in the error:

RBT_INVALID_REQUEST at ../src/lib/RbtVdwGridSF.cxx, line 54
Vdw grid scoring function does not support multiple receptor conformations
or flexible OH/NH3 groups yet

I don't understand this since the receptor is fixed by default and I have
not change this option. And to be sure, I did set RECEPTOR_FLEX to 0.0 in the rdock.prm -- still no luck.

I did calculate the needed grids, rdock_vdw1.grd and rdock_vdw5.grd via
rbcalcgrid but am unclear how to actually use them -- which could be part
of the problem.

Any help would be appreciated!

Using the example files in your tests, could you, please, bring me an example to illustrate the different command lines to apply in order to use the docking protocol dock_grid.prm ?

Looking forward to your guidance on this matter,

Best regards,
Arthur

I tested it and it works. Thank you very much !

Best regards,
Arthur