Page 1 of 1

OpenMM MM/GBSA calculations

Posted: Fri Oct 16, 2020 11:23 am
by humanosv
Hello OPENMM team, along with greeting you, I wanted to ask you if there is any protocol for MMGBSA calculations that can be used?

Greetings

Re: OpenMM MM/GBSA calculations

Posted: Fri Oct 16, 2020 11:45 am
by peastman
If you're starting from Amber or CHARMM files, we support a variety of GB models:

http://docs.openmm.org/latest/userguide ... it-solvent

If you're starting from a PDB file, we provide an implementation of OBC for most of the older Amber force fields, although not Amber14:

http://docs.openmm.org/latest/userguide ... rce-fields

Re: OpenMM MM/GBSA calculations

Posted: Mon Oct 19, 2020 8:15 pm
by humanosv
Thank you for your quick response, Peter.

I have another question, if openMM has any script in python (e.g., MMPBSA.py with AmberTools ) to run the protocol in MMGBSA.

Regards

Re: OpenMM MM/GBSA calculations

Posted: Tue Oct 20, 2020 10:27 am
by peastman
Which protocol are you referring to? GBSA defines how you calculate forces and energies. What you do with it depends on what you want to calculate.

Re: OpenMM MM/GBSA calculations

Posted: Tue Oct 20, 2020 3:45 pm
by lewiso1
I think that's referring to estimating free energies of ligand binding using MMPBSA.

Since this is a post-processing technique, Osvaldo you can use any of the analysis toolkits out there on the trajectories you generate with OpenMM:

-For example MMPBSA.py from the AMBER toolkit like you mentioned.
-Alternatively if you're using a PSF file with CHARMM parameters you can use CaFE plugin for VMD: https://github.com/huiliucode/cafe_plugin
-GROMACS-style files like TPR and XTC can be analysed with g_mmpbsa: https://rashmikumari.github.io/g_mmpbsa/

Re: OpenMM MM/GBSA calculations

Posted: Tue Oct 20, 2020 8:29 pm
by lewiso1
Actually I wanted to do this for a while so here's a repo demonstrating how to use OpenForceField, OpenMM, and CaFE to run an MMPBSA estimate of the binding affinity of catechol to T4 Lysozyme

https://github.com/ljmartin/mmpbsa_from_openmm

Re: OpenMM MM/GBSA calculations

Posted: Sun Oct 25, 2020 12:25 pm
by humanosv
Thank you very much Peter Eastman and Lewis Martin, it was just what I needed to do the MMGBSA calculations.

CaFE looks like a good tool and thanks for presenting it to me.

Greetings