Hi,
I am trying to investigate the state distributions of each site in the genetic sequences, for the interested internal node of the phylogenitic tree, during the MCMC samples. When the interested internal node being the root of the tree, I have successflly obtained the states distributions. But when the interested internal node becoming the root of a branch of the tree, an error message occured as below:
java.lang.RuntimeException: Gamma rate heterogeneity or proportion invariant is not supported yet
at beastlabs.evolution.likelihood.AncestralStateLogger.sample(Unknown Source)
at beastlabs.evolution.likelihood.AncestralStateLogger.log(Unknown Source)
at beast.base.inference.Logger.log(Unknown Source)
at beast.base.inference.MCMC.log(Unknown Source)
at beast.base.inference.MCMC.propagateState(Unknown Source)
at beast.base.inference.MCMC.doLoop(Unknown Source)
at beast.base.inference.MCMC.run(Unknown Source)
at beastfx.app.beast.BeastMCMC.run(Unknown Source)
at beastfx.app.beast.Controller$2.run(Unknown Source)
java.lang.RuntimeException: Gamma rate heterogeneity or proportion invariant is not supported yet
at beastlabs.evolution.likelihood.AncestralStateLogger.sample(Unknown Source)
at beastlabs.evolution.likelihood.AncestralStateLogger.log(Unknown Source)
at beast.base.inference.Logger.log(Unknown Source)
at beast.base.inference.MCMC.log(Unknown Source)
at beast.base.inference.MCMC.propagateState(Unknown Source)
at beast.base.inference.MCMC.doLoop(Unknown Source)
at beast.base.inference.MCMC.run(Unknown Source)
at beastfx.app.beast.BeastMCMC.run(Unknown Source)
at beastfx.app.beast.Controller$2.run(Unknown Source)
I attached the succesful and failure xml file for you check the source of the error.