Thermodynamic calculations-I



The step-by-step tutorial for calculations are well elaborated in this link: http://ambermd.org/tutorials/advanced/tutorial3/

However, the purpose of this blog is to provide briefings on the main calculation steps.
After MD trajectory: you need to source the amber.sh file before running any PBSA/GBSA calculations.

source $AMBERHOME/amber.sh 

for running the mm-gbsa/pbsa, run the following command:
mpirun -np 6 $AMBERHOME/bin/MMPBSA.py.MPI -O -i mmpbsa16.in -o FINAL_RESULTS_MMPBSA16.dat -eo pbsa.csv -do decom.dat -deo decom.csv -sp comp_solv.prmtop -cp comp.prmtop -rp pro.prmtop -lp lig.prmtop -y md_100ns.nc

here, both MM-GBSA and MM-PBSA calculations are performed. Their outputs are in the following files:
FINAL_RESULTS_MMPBSA16.dat: contains the date/time, any warnings based on the values and files given, the mm-pbsa.in text, the files used by the script, the number of frames analyzed, and which PB solver (if any) was used. The rest of the statistics file includes all the average energies, standard deviations, and standard error of the mean for GB followed by PB. After each section, the ΔG of binding is given along with the error values. 
The final enthalpy for each GB and PB calculation are in section Differences (Complex - Receptor - Ligand). The first half of the file is GB calculations and the latter half is PB calculations. 



Comments

Popular posts from this blog

Calculation of RMSD values between two ligand poses using web servers/tools

AMBER TUTORIAL-2: How to simulate a protein- ligand system: basic steps for md simulation in amber (AMBER 16)

Python script to plot 3D FEL plots