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

Sequentially dock two molecules vs multi-ligand docking #341

Closed
andrew0901 opened this issue Sep 13, 2024 · 4 comments
Closed

Sequentially dock two molecules vs multi-ligand docking #341

andrew0901 opened this issue Sep 13, 2024 · 4 comments

Comments

@andrew0901
Copy link

Hi,

I want to dock a cofactor-substrate pair into several designed enzyme pocket (no metal). What I found was that the cofactor usually get a good pose while the substrate not. So I'm wondering:

  1. Is it at all possible to do sequential docking in one-line command, i.e. cofactor first then the substrate with the cofactor held in place?
  2. If the above option not supported, can I combine the docked cofactor pose and the enzyme into one .pdb and perform another round of docking? Do I prepare the receptor as usual and is ADFRsuite able to handle it?
  3. Conceptually are sequential docking and docking two molecules at the same time different? Or are they gonna yield the same result?

I'd appreciate your help! Thanks in advance.

@diogomart
Copy link
Member

Hello,

  1. no
  2. this is the way to do it
  3. yes they are different, no guarantees of getting the same result

@andrew0901
Copy link
Author

Thanks for your reply. Then my question is how to prepare a receptor with small molecule in it? ADFRsuite gives me the message:

' ' apparently composed of not std residues. Deleting

And the prepared .pdbqt has no small molecule that I want to have there.

@rwxayheee
Copy link
Collaborator

Hi @andrew0901
The default behavior of ADFRSuite's prepare receptor is to delete chains that are entirely made up of nonstandard residues or ligands. With that, to keep a small molecule you could change the small molecule's chain ID to the same chain ID as the protein receptor

@rwxayheee
Copy link
Collaborator

Closing as resolved.

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

3 participants