Hello all
I have to do Protein - Ligand MD simulation.
Thus I am doing tutorialfor Protein - Ligand tutorial:
http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/complex_old/index.html
I have used following command:
pdb2gmx -f 3HTB_clean.pdb -o conf.gro -water spc
editconf -f conf.gro -o newbox.gro -bt dodecahedron -d 1.0
genbox -cp newbox.gro -cs spc216.gro -p topol.top -o solv.gro
grompp -f em.mdp -c solv.gro -p topol.top -o ions.tpr
I am getting stuck at last command. Its showing following error:
Fatal error:
number of coordinates in coordinate file (solv.gro, 33049)
does not match topology (topol.top, 33064)
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
Then I trade to reduce the waters ((33064-33049)/3=5)). But it didn't help.
I obtained:
Fatal error:
Too many warnings (2), grompp terminated.
If you are sure all warnings are harmless, use the -maxwarn option.
For more information and tips for troubleshooting, please check the GROMACS
I want to know how to fix this problem ?