Hello, I have been running BEAST v1.8.4 using the option -dump_every 1000000, in order to checkpoint my analysis. The exact BEAST command is:
beast -threads 4 -seed 3141592 -beagle_CPU -dump_every 1000000 bayesian_skyline.xml
I was under the impression that I could use the option -load_dump to start a chain from the state with the dumped parameter values. However, I get the following error when trying -load_dump:
# BEAST v1.8.4
# Generated Tue Oct 03 11:40:59 CDT 2017 [seed=1507048858039]
# -load_dump beast_debug_2017.09.28.01.10.19 -threads 4 bayesian_skyline.xml
state Posterior Prior Likelihood rootHeight ucld.mean
Exception in thread "Thread-1" java.lang.RuntimeException: Unable to read state number from state file
at dr.inference.mcmc.DebugUtils.readStateFromFile(Unknown Source)
at dr.inference.mcmc.MCMC.chain(Unknown Source)
at dr.inference.mcmc.MCMC.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
0.036 seconds
I assume I’m missing something in my command, but I couldn’t find any documentation on how to use dump/load. What would be the correct way to use these options? Would this be an appropriate way to resume an interrupted run in BEAST v1.8.4?
Cheers,
Nick
--
You received this message because you are subscribed to the Google Groups "beast-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beast-users...@googlegroups.com.
To post to this group, send email to beast...@googlegroups.com.
Visit this group at https://groups.google.com/group/beast-users.
For more options, visit https://groups.google.com/d/optout.
On 3 Oct 2017, at 23:42, Nick Fountain-Jones <nfounta...@gmail.com> wrote: