<div dir="ltr">Dear users,<br><br>I have a general question regarding the merging of files:<br><br>1. If suppose I am rerunning a job, the new tpr file is created in the following way:<br><br>tpbconv -s .tpr1 -f .trr1 -o .tpr2<br>
<br>Here, no confusion. The run with new tpr2 would give me .trr2 file. <br><br>Now if I want to rerun again,<br><br>tpbconv -s tpr2 -f trr2 -o tpr3.<br><br>In case, if I merge trr1 and trr2 to trr_total, and want to use the merged file to rerun, which tpr I shoud use for creating a new tpr file ? Precisely,<br>
<br>tpbconv -s ???? -f trr_total&nbsp; -o tpr3<br><br>Also, for analysis, do we need to merge all the tpr files or only the starting tpr file is enough ? What information exactly the tpr file holds ?<br></div>