Hi everyone,
I'm currently using revbayes v1.2.2 via the container runtime Singularity. I've successfully created a ClaSSE model, conducted the MCMC analysis, and summarized the ancestral states using the ancestralStateTree() function without encountering any issues.
However, I've encountered a problem while attempting to generate SIMMAP using the characterMapTree() function. Every time I run it, I receive the following error message:
The error message is pointing at the line in my script where the characterMapTree function is used.
characterMapTree(tree = observed_phylogeny,
ancestral_state_trace_vector=AncStateTrace_stoch,
character_file=out_fp + "character.tree",
posterior_file=out_fp+"MAP.tree",
reconstruction="marginal")
Has anyone else faced a similar problem and found a solution? As a newcomer to revbayes, I would greatly appreciate any advice or guidance on resolving this issue.
Thank you in advance for your assistance!
Best regards,
Jan