-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
I'm attempting to run snapper in both beast 2.5 and 2.6.1 (installs w/ java) and am encountering the same error that looks like a failure to recognize the beast.core.parameter object (disclosure: not well versed in java). I manually installed snapper and similar to an issue in the google beast-users group, I wasn't able to load an alignment, so I tried simply running the simulation test xml file. It seems to start fine but cuts out early with the following message pasted below (from a linux attempt). Any idea what's happening? I tried this in both Windows and Linux, and figured I'd ask before trying implementation with BEAST installs using my native JRE. Thanks!
BEAST v2.5.0, 2002-2018
Bayesian Evolutionary Analysis Sampling Trees
Designed and developed by
Remco Bouckaert, Alexei J. Drummond, Andrew Rambaut & Marc A. Suchard
Department of Computer Science
University of Auckland
remco@cs.auckland.ac.nz
alexei@cs.auckland.ac.nz
Institute of Evolutionary Biology
University of Edinburgh
a.rambaut@ed.ac.uk
David Geffen School of Medicine
University of California, Los Angeles
msuchard@ucla.edu
Downloads, Help & Resources:
http://beast2.org/
Source code distributed under the GNU Lesser General Public License:
http://github.com/CompEvol/beast2
BEAST developers:
Alex Alekseyenko, Trevor Bedford, Erik Bloomquist, Joseph Heled,
Sebastian Hoehna, Denise Kuehnert, Philippe Lemey, Wai Lok Sibon Li,
Gerton Lunter, Sidney Markowitz, Vladimir Minin, Michael Defoin Platel,
Oliver Pybus, Tim Vaughan, Chieh-Hsi Wu, Walter Xie
Thanks to:
Roald Forsberg, Beth Shapiro and Korbinian Strimmer
Random number seed: 1578001889193
File: test1.xml seed: 1578001889193 threads: 1
A: 1 101
B: 1 101
C: 1 101
D: 1 101
Data(alignment)
4 taxa
1 site
A: 1 101
B: 1 101
C: 1 101
D: 1 101
4 taxa
1 sites
3 patterns
Exception in thread "main" java.lang.NoSuchMethodError: beast.core.parameter.RealParameter.initByName([Ljava/lang/Object;)Ljava/lang/Object;
at snapper.SnapperTreeLikelihood.initAndValidate(Unknown Source)
at beast.util.XMLParser.initBEASTObjects(Unknown Source)
at beast.util.XMLParser.parse(Unknown Source)
at beast.util.XMLParser.parseFile(Unknown Source)
at beast.app.BeastMCMC.parseArgs(Unknown Source)
at beast.app.beastapp.BeastMain.main(Unknown Source)
java.lang.UNIXProcess$ProcessPipeInputStream@7cd84586