GROMACS version: 2019.6
GROMACS modification: Yes/No
Happy new year to all!
First of all, my system is a membrane protein system simulate together with a variety of ligands placed randomly in water.
I want to use GMXPBSA to analyze a specific binding site that was predicted with COACH. As such, I tried to subset the binding site and the ligand only for PBSA analysis.
Gromacs from the GMXPBSA script throw this error:
Fatal error:
Index[116] 146885 is larger than the number of atoms in the
trajectory file (4616). There is a mismatch in the contents
of your -f, -s and/or -n files.
My reckoning is that its probably caused by the mismatch with the tpr file and the subsetted trajectory. Therefore, I reconstructed a pdb structure containing only the binding site residue and my ligands. Now the problem is trying to reconstruct the tpr file.
To reconstruct the tpr, I needed another topol.top which I then recreated with pdb2gmx by subsetting out the binding site only as a pdb then add my ligands itp manually into topol.top. However, there is still a missmatch in atom number possibly due to the automated capping of terminals by pdb2gmx. I tried to bypass the capping but pdb2gmx really don’t want you to do so and throw many errors that I could not manually bypass.
What I wanted is really simple, a tpr file that contains only the binding site and ligands. Any help?
Thank you!