Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException: Cannot invoke "beast.base.evolution.tree.Node.isRoot()" because "<parameter1>" is null #1162

Open
liamxg opened this issue Aug 28, 2024 · 0 comments

Comments

@liamxg
Copy link

liamxg commented Aug 28, 2024

Dear @alexeid,

please see below:

Starting frequencies: [0.25, 0.25, 0.25, 0.25]
MultiGammaSiteModel is java-only -- unless you use MGSMBeagleTreeLikelihood
  UCRelaxedClockModel: using 1362 rate categories to approximate rate distribution across branches.
NetworkLikelihood(NetworkLikelihood) uses BeerNetworkLikelihood4
  Alignment(aligned_seq682): [taxa, patterns, sites] = [682, 3285, 30119]
===============================================================================
Citations for this model:

Bouckaert, Remco, Timothy G. Vaughan, Joᅢᆱlle Barido-Sottani, Sebastiᅢᄀn Duchᅢᆰne, Mathieu Fourment, 
Alexandra Gavryushkina, Joseph Heled, Graham Jones, Denise Kᅢᄐhnert, Nicola De Maio, Michael Matschiner, 
Fᅢᄀbio K. Mendes, Nicola F. Mᅢᄐller, Huw A. Ogilvie, Louis du Plessis, Alex Popinga, Andrew Rambaut, 
David Rasmussen, Igor Siveroni, Marc A. Suchard, Chieh-Hsi Wu, Dong Xie, Chi Zhang, Tanja Stadler, 
Alexei J. Drummond 
  BEAST 2.5: An advanced software platform for Bayesian evolutionary analysis. 
  PLoS computational biology 15, no. 4 (2019): e1006650.

Drummond AJ, Ho SYW, Phillips MJ, Rambaut A (2006) Relaxed Phylogenetics and
  Dating with Confidence. PLoS Biol 4(5): e88

Douglas J, Zhang R, Bouckaert R. Adaptive dating and fast proposals: Revisiting the phylogenetic relaxed clock model. PLoS computational biology. 2021 Feb 2;17(2):e1008322.

===============================================================================
java.lang.NullPointerException: Cannot invoke "beast.base.evolution.tree.Node.isRoot()" because "<parameter1>" is null
	at beast.base.evolution.branchratemodel.UCRelaxedClockModel.getRateForBranch(Unknown Source)
	at recombination.likelihood.NetworkLikelihood.getLengthMatrix(Unknown Source)
	at recombination.likelihood.NetworkLikelihood.getCoalChildren(Unknown Source)
	at recombination.likelihood.NetworkLikelihood.calculateLogP(Unknown Source)
	at beast.base.inference.CompoundDistribution.calculateLogP(Unknown Source)
	at beast.base.inference.CompoundDistribution.calculateLogP(Unknown Source)
	at beast.base.inference.State.robustlyCalcPosterior(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)

Best,
Liam

@github-staff github-staff deleted a comment from ViniciusSCG Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@liamxg and others