GROMACS version: 2021.4
GROMACS modification: Yes/No
Here post your question
I want to extract frames from a 1us long trajectory at every 1000ps. My doubt is should I used the -dt option or -skip option or -n option and provide an index file with the frames indices. Please confirm if the following commands are equivalent. I am supposing the -n index option is handy if specific frames are required to be extracted and not necessarily frames at certain intervals.
gmx trjconv -f md_0_1_noPBC.xtc -dt 1000 -o trajectory_reduced_frames.xtc
or
gmx trjconv -f md_0_1_noPBC.xtc -skip 100 -o trajectory_reduced_frames.xtc
or
gmx trjconv -f md_0_1_noPBC.xtc -o protein-only.xtc -n index.ndx
where index.ndx