Hi All,
I want to simulate a protein structure in gromacs version 5. I am using pipeline in their flowchart. I have executed following command
gromacs-5.0.7/build/bin/gmx pdb2gmx -f protein.pdb -o conf.gro -p topol.top
gromacs-5.0.7/build/bin/gmx editconf -f conf.gro -o out.gro
gromacs-5.0.7/build/bin/gmx solvate -cp out.gro -cs spc216.gro -o solout.gro
/gromacs-5.0.7/build/bin/gmx grompp -f grompp.mdp -po mdout.mdp -c solout.gro -p topol.top -o topol.tpr
Last Commands terminated with below error -
Fatal error:
number of coordinates in coordinate file (solout.gro, 14627)
does not match topology (topol.top, 2177)
I have attached files generated during these commands. I have also attached grompp.mdp and spc216.gro both I have taken from gromacs website.
Please help me run simulation.
Gopal