<br /><br /><span>On 27/05/11, <b class="name">rashi parihar </b> &lt;rashi.parihar@gmail.com&gt; wrote:</span><blockquote cite="mid:BANLkTi=7hzQqQkkNEJ1O7XKCQ7ag5q8SPQ@mail.gmail.com" class="iwcQuote" style="border-left: 1px solid rgb(0, 0, 255); padding-left: 13px; margin-left: 0pt;" type="cite"><div class="mimepart multipart related">Hi all .<br />I am using trjconv command to genrate the pdb structures..<br />trjconv_d -f md_0_1.trr  -s md_0_1.tpr   -o md_0_1.pdb -nice 0 -sep -skip 1000 -tu ns -b 1 -e 5000<br /><br />error is coming&quot;Fatal error:<br /><span style="color: rgb(102, 51, 255);">reading tpx file (md_0_1.tpr) version 73 with version 58 program</span>.<br />
what is meaning of this error and what would be the possible solution 2 solve this?</div></blockquote><br />You're reading a .tpr file written with a more recent version of GROMACS than the version of trjconv you are using. Because the file formats change as time passes, old code cannot always correctly interpret new data. You should judge either to make a .tpr in the old format, use a file in a different format for -s, or do your analysis with the new code.<br /><br />Mark