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

Is Waterkit suitable for ligand bound system? #7

Open
zhentg opened this issue Aug 25, 2023 · 4 comments
Open

Is Waterkit suitable for ligand bound system? #7

zhentg opened this issue Aug 25, 2023 · 4 comments

Comments

@zhentg
Copy link

zhentg commented Aug 25, 2023

Hi,

In the paper about Waterkit, at the "Structure preparation" section, it reads
"Crystallographic water molecules and Amber nonstandard residues were removed from the receptor, while ions were kept."

  • Does that mean that ligand is also removed before Waterkit calculation?
  • Why ligand is removed?
  • Does Waterkit parameters work well with ligand (organic compound)?

Best
Zhenting

@jeeberhardt
Copy link
Contributor

Hi Zhenting,

  • Yes, in the paper all the ligands were removed before the calculations.
  • We removed ligands because we wanted to study water molecule networks in the ligand binding site, and see how identified hydration sites were overlapping with hydrogen bond donor/acceptor features found in ligands.
  • Yes, Waterkit calculations can be run in presence of ligands. Briefly, you will need to provide the GAFF2 parameters file (ligand.lib and ligand.frcmod) describing your ligand of interest at the PDBQT preparation step, and when you are generating the trajectory. See related issue Issue creating pdbqt file with ligand bound system #5 for more information.

Preparation step:

wk_prepare_receptor.py -i protein_ligand.pdb --lib ligand.lib --frcmod ligand.frcmod -o protein_prepared_ligand_test --pdb --amber_pdbqt

Trajectory generation step:

wk_make_trajectory.py -r protein_prepared.pdb -w traj -o protein --lib ligand.lib --frcmod ligand.frcmod

Hope it helps!

Best,

@zhentg
Copy link
Author

zhentg commented Aug 27, 2023

Thanks for the answer. In fact I do run Waterkit with ligand successfully.
Hydration site analysis with ligand is very important for the affinity optimization of the ligand.
However, As the 1st step of Waterkit is to palce water around the solute, I wonder if current parameters are good enough to describe the small molecule hydration state?
I see in the supplementary table 1, there are SMARTS pattern defined for ligand hbond site.

Best
Zhenting

@jeeberhardt
Copy link
Contributor

Well, that's a good question! I actually don't know if it works as well on protein-ligand complexes, since we never benchmark it for such applications. So that's something that it needs to be tested.

@zhentg
Copy link
Author

zhentg commented Aug 28, 2023 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

2 participants