GROMACS version: version 2018.1
GROMACS modification: Yes/No
Here post your question
ı want to simulated my structure 100 ns so I changed nsteps from 500000 to 50000000 in the mdp file .My simulation is over.but for analysis when I write these commands
gmx trjconv -s md.tpr -f md.xtc -o md_new.xtc -pbc mol -center
gmx rms -s md.tpr -f md_new.xtc -o rmsd-protein.xvg -tu ns
xmgrace rmsd.xvg
gmx check -f step5.tpr it gives
Error in user input:
Invalid command-line options
In command-line option -f
File name ‘step5.tpr’ cannot be used for this option.
Only the following extensions are possible:
.xtc, .trr, .cpt, .gro, .g96, .pdb, .tng
so I check gmx check -f step5.xtc
Checking file step5.xtc
Reading frame 0 time 0.000
Atoms 146402
Precision 0.001 (nm)
Last frame 10 time 1000.000
Item #frames Timestep (ps)
Step 11 100
Time 11 100
Lambda 0
Coords 11 100
Velocities 0
Forces 0
Box 11 100
but md run I changed nsteps for 100 ns but after changed nsteps I couldnt recompile .tpr file also I dont know how to recompile .tpr file ?
I prepared my input file in charmm-gui.in step5_production.mdp file I changed num steps from 500000 to 50000000 for 100 ns and after that I used this command
gmx grompp -f step5_production.mdp -o step5.tpr -c step4.1_equilibration.gro -p topol.top -n index.ndx
before run md But result gives me just for 1 ns so Where is my fault ?
After used command which mentioned above I checked step5.tpr file using this command gmx dump -s topol.tpr | more
I shared screen and in the tpr file nsteps is 50000000
This suggests to me that grompp does not produce the new .tpr. What is the output from that command? Any warnings or errors? Have you tried in a new directory without other files?