Hello,
I have three independent MCMCTree runs, and I would like to combine the traces ('logs'). I saw in the documentation and in an earlier message in this group that I can reuse the control file, but with print = -1, and by listing my traces to combine, e.g.:
...
mcmcfile = run1.log run2.log run3.log
...
print = -1
When I do this, the program seems to read everything correctly, and it outputs a new FigTree file as well as a new .out file.
However, I am interested in obtaining the combined .log file as well, for visual and statistical inspection of the total MCMC.
Is there a way to output this combined trace? I tried appending a new file to the mcmcfile parameter (run1.log run2.log run3.log run-combined.log) but this didn't change the behavior.
I can use LogCombiner but would rather do this all in PAML if I can.
Thanks!
-Ziv