GROMACS modification: No Here post your question
I followed the MD run tutorial from Gromacs. I have also applied position restrain for energy minimization. I checked the log files no load dynamic errors. Why this happens?
The other runs have no peaks and attains threshold after gradual increase.
command used for rmsd: gmx_mpi rms -s filename.tpr -f filename.xtc -o rmsd.xvg -n index.ndx
To be clear, this is from the Lysozyme in Water GROMACS tutorial, correct? Have you accounted for the periodic boundary conditions before calculating the RMSD (gmx trjconv -s md_0_1.tpr -f md_0_1.xtc -o md_0_1_noPBC.xtc -pbc mol -center)?
I did follow the same protocol, single chain pdb’s looked fine and smooth curve. Only the docked structures have spikes in the RMSD calculations.
How to fix this.
any help is much appreciated
Just to be clear, after that second command, you then ran gmx_mpi rms -s filename.tpr -f recenterd_filename.xtc -o rmsd.xvg -n index.ndx with the recenterd_filename.xtc for the -f option, correct?
Also, have you tried visualizing the files to see whether the docked structure is changing in some significant way? It may be easier to diagnose the issue if we know what the simulation output looks like.