<pre><br><br>I am having the evidence that I have drawn RMSD plot for 7.25ns simulation, in rmsd.xvg file showed the values of the time(ps), mentioned in *trjconv command   <br><br>Im pasting my .mdp file<br><br>title               =  dpt_prod<br>
constraints         =  hbonds<br>integrator          =  md<br>dt                  =  0.002    <br>nsteps              =  500000<br>nstcomm             =  1<br>
;output control statements<br>nstxout             =  100<br>nstlog              =  100<br>nstenergy           =  100<br>nstlist             =  10<br>~                                                                                                                             <br>
~                         <br><br>My idea of doing this trjconv command is by mistaken I have deleted 7thns .trr but I have that file in .xtc format, so I am trying to get 7ns file in .trr format for continue my simualation<br>
<br>Thanks in advance.<br><br>sudheer babu wrote:<br>&gt;<i> Hi all,<br></i>&gt;<i>        I am having 7.25ns trajectory file , I am trying to pick up  <br></i>&gt;<i> 6250ps to 7250 ps  trajectory file from whole trajectory by using trjconv,<br>
</i>&gt;<i> Command line is<br></i>&gt;<i>     *trjconv  -f  7.25ns.xtc  -s  pr.tpr  -o 6.25_7.25_out.trr  -b  <br></i>&gt;<i> 6250  -e  7250<br></i>&gt;<i>      selected  &quot; system &quot; for getting output<br></i>&gt;<i>  it showed the following error<br>
</i>&gt;<i> -----------------------------------------------------------------<br></i>&gt;<i> Program trjconv, VERSION 3.3.1<br></i>&gt;<i> Source code file: trxio.c, line: 635<br></i>&gt;<i> <br></i>&gt;<i> Fatal error:<br>
</i>&gt;<i> Specified frame doesn&#39;t exist or file not seekable<br></i>&gt;<i> -----------------------------------------------------------------------<br></i><br>&gt;That sounds pretty specific to me. What&#39;s your evidence that the file is <br>
&gt;seekable and these frames exist?<br><br>&gt;Check that your .mdp file options should have caused XTC output to be <br>&gt;written in this time. Then look at a gmxdump of this .trr file.<br><br>&gt;It&#39;s not relevant to the problem, but there&#39;s almost no value in writing <br>
&gt;XTC input in .trr format on output.<br><br>&gt;<i>  I have found few discussions in gmx-archives regarding this problem and <br></i>&gt;<i> due to BUG in source code its showing error.<br></i>
</pre>