GROMACS version:
GROMACS modification: Yes/No
Here post your question
I followed the protein-ligand complex tutorial. It worked but I can’t calculate the rmsd of the ligand. The tutorial seems incomplete to me at this part. Is reindexing necessary? When I want to make a selection after re-indexing, I get the following error.
I would appreciate any feedback you have as to why you consider this part incomplete.
To compute the RMSD of only the non-hydrogen atoms, yes. This is standard practice as H positions are not experimentally assigned in this case so using them for RMSD is a bit suspect.
Your command appears to have worked fine, but the warning (not error) means you likely did not save all of the atoms in your trajectory file when running MD or from some post-processing step with trjconv. This means the contents of the .tpr file (topology) do not match that of the trajectory, and the program is warning you about this in case it may cause a problem. For your case, it did not.
Thanks a lot. So which commands should I use to calculate RMSD for ligand to protein ? while I am calculating rmsd value from .xtc and .tpr files, Have they include protein and ligand complex?
If you want to compute the ligand RMSD after fitting to the protein, that’s precisely what the tutorial has you do. Doing so gives you the ability to see how much the ligand deviated from its original pose after removing overall motion of the protein. Is this not what you want?