01 January 2015 4 9K Report

I have a very large trr file generate in Gromacs. I need to extract an single time frame in specific time. I know I can do the following:

trjconv -f md.trr -s md.tpr -o frame.pdb -dump time

But it seems trjconv will read all time frame from beginning until the time I specific, which is inefficient.

Does anyone know any faster way to export a specific time frame from trr file? Is that possible to immediately jump to specific time frame and export it, since the interval between each time frame is the same.

Similar questions and discussions