I have gmxchecked my individual trr files. They should contain 10 frames each, but the output looks like:<br><br>#####################<br>Reading frame&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 time 10002.000&nbsp;&nbsp; <br>Timesteps at t=10000 don&#39;t match (10, 2)<br>
Last frame&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10 time 10002.000&nbsp;&nbsp; <br><br><br>Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #frames<br>Step&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>Time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>Lambda&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>Coords&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>Velocities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>Forces&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>Box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11<br>
<br>gcq#54: &quot;I&#39;m a Wishbone and I&#39;m Breaking&quot; (Pixies)<br>#####################<br><br>I think I have some idea of what the problem might be. I use the following method to continue my simulation trajectories:<br>
<br>From the minimized structure, I first run a short 2 ps (1000 step) simulation where I assign initial velocities. I obtain out-1.trr and out-1.edr and out-1.gro. I then want to use tpbconv to continue the simulation, like so:<br>
<br>tpbconv -f out-1.trr -s out-1.tpr -e out-1.edr -extend 100 -o out-2.tpr<br><br>However, out-1.tpr cannot be used to continue the simulation, because new velocities would be assigned, and I might want to change some parameter (like removing restraints) when I continue the simulation. So, I then make a new out-1.tpr file based on a dummy .mdp file, which contains all the new parameters for the continuation run, and which looks like:<br>
<br>grompp -f dummy.mdp -c out-1.gro -p temp.top -o out-1.tpr<br><br>#######<br>integrator&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; md<br>tinit&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0<br>init_step&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1000<br>nsteps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0<br>dt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 0.002<br>
<br>etc...<br>#######<br><br>So, the new tpr file suggests that the simulation should start from 1000x 0.002 = 2 ps. This seems to be the source of the problem somehow, because the error when I use gmxcheck on the merger trajectory is typically like:<br>
<br>Timesteps at t=21702 don&#39;t match (2, 8)<br><br>So, there seems to be a 2 ps offset. the above output is also not very clear to me. What does (2,8) mean ? I hope this makes things a little more clearer. <br><br>So there are no missing frames, but how do I fix the timestamps and so ?<br>
<br>Thanks a lot for reading the long email and helping out<br><br>-maria<br><br><br><br><br><br><br><br><div class="gmail_quote">On Fri, May 2, 2008 at 12:25 PM, Xavier Periole &lt;<a href="mailto:X.Periole@rug.nl">X.Periole@rug.nl</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Fri, 2 May 2008 12:01:37 +0200<br>
&nbsp;&quot;maria goranovic&quot; &lt;<a href="mailto:mariagoranovic@gmail.com" target="_blank">mariagoranovic@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I used:<br>
<br>
trjcat -o out.trr &nbsp;-f &nbsp;*trr<br>
</blockquote></div>
It looks like you have missing frames in your xtc files ... that<br>
happens sometimes when the simulation is stopped and restarted<br>
from the trr file whereas the buffer of the xtc file is not emptied.<br>
<br>
Did you gmxcheck the xtc files?<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Fri, May 2, 2008 at 11:42 AM, Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;<br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
maria goranovic wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; After using gmxcheck on a merged trajectory, I get the following error<br>
&gt; throughout the trajectory. What does this mean ?<br>
&gt;<br>
<br>
How did you merge the trajectory?<br>
<br>
&nbsp;Thank you for the help.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; .....<br>
&gt; Timesteps at t=21610 don&#39;t match (8, 10)<br>
&gt; Reading frame &nbsp; &nbsp; &nbsp;50 time 21670.002 &nbsp;Timesteps at t=21700 don&#39;t match<br>
&gt; (10, 2)<br>
&gt;<br>
&gt; Timesteps at t=21702 don&#39;t match (2, 8)<br>
&gt;<br>
&gt; Timesteps at t=21710 don&#39;t match (8, 10)<br>
&gt; Reading frame &nbsp; &nbsp; &nbsp;60 time 21760.002 &nbsp;Timesteps at t=21800 don&#39;t match<br>
&gt; (10, 2)<br>
&gt; ....<br>
&gt;<br>
&gt; and so on.<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Maria G.<br>
&gt; Technical University of Denmark<br>
&gt; Copenhagen<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>
&gt; Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before<br>
&gt; posting!<br>
&gt; Please don&#39;t post (un)subscribe requests to the list. Use the www<br>
&gt; interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
&gt; Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
&gt;<br>
_______________________________________________<br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use the www<br>
interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
<br>
</blockquote>
<br>
<br>
<br>
-- <br>
Maria G.<br>
Technical University of Denmark<br>
Copenhagen<br>
</blockquote>
<br></div></div>
-----------------------------------------------------<br>
XAvier Periole - PhD<br>
<br>
NMR &amp; Molecular Dynamics Group<br>
University of Groningen<br>
The Netherlands<br>
<a href="http://md.chem.rug.nl/%7Eperiole" target="_blank">http://md.chem.rug.nl/~periole</a><div><div></div><div class="Wj3C7c"><br>
-----------------------------------------------------<br>
_______________________________________________<br>
gmx-users mailing list &nbsp; &nbsp;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use the www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Maria G.<br>Technical University of Denmark<br>Copenhagen