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