ccsb-scripps / AutoDock-GPU

AutoDock for GPUs and other accelerators
https://autodock.scripps.edu
GNU General Public License v2.0
403 stars 110 forks source link

Is docking with two receptors at the same time feasible? #196

Closed Glinttsd closed 2 years ago

Glinttsd commented 2 years ago

Hi, I wonder if docking with one ligand to two receptors at the same time feasible for autodock-gpu? if not, are there any other solutions?

diogomart commented 2 years ago

Hi,

No, that's not possible.

If the two receptors exist as a molecular assembly, it would make sense to concatenate them into a single receptor.

Glinttsd commented 2 years ago

Many thanks! One last question, how about one receptor to two ligands?

diogomart commented 2 years ago

Autodock-gpu can only dock one ligand at a time. The --filelist argument is useful for docking multiple ligands, one at a time, in a single command line call.

Autodock-vina can dock multiple ligands simultaneously.

Glinttsd commented 2 years ago

Many thanks!