From 9a71e6a0791ad56161127d410d6ccdb04efcf11c Mon Sep 17 00:00:00 2001 From: Remco Bouckaert Date: Thu, 12 Jul 2018 13:26:15 +1200 Subject: [PATCH] release for BEAST v2.5.0 --- build.xml | 467 +++++++++++------------ src/modeladequacy/TreeModelAdequacy.java | 3 + version.xml | 4 +- 3 files changed, 234 insertions(+), 240 deletions(-) diff --git a/build.xml b/build.xml index 2192fc2..a8ccc4a 100644 --- a/build.xml +++ b/build.xml @@ -1,240 +1,231 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ** Required file version.xml does not exist. ** - If this is a new project, run "ant skeleton" from - the command line to create the files required for - your BEAST 2 package. - - - - - - - - - - - - - - - - - - - - - - - - No local copy of the beast2 source found at ${beastDir}. - Compiling against version ${beast-version} from GitHub. - - - - - - - - - - - - - - - - - - - - - - Compiling against beast2 source found at ${beastDir}. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ** Package ${dist}/${fullName}.zip created successfuly! ** - - - - - - - - - - - - + + + + Build TMA. + Also used by Hudson TMA project. + JUnit test is available for this build. + $Id: build_TMA.xml $ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/modeladequacy/TreeModelAdequacy.java b/src/modeladequacy/TreeModelAdequacy.java index 07c0bcb..661d713 100644 --- a/src/modeladequacy/TreeModelAdequacy.java +++ b/src/modeladequacy/TreeModelAdequacy.java @@ -23,6 +23,7 @@ import beast.app.util.OutFile; import beast.app.util.Utils; import beast.app.util.XMLFile; +import beast.core.Citation; import beast.core.Description; import beast.core.Distribution; import beast.core.Input; @@ -39,6 +40,8 @@ import modeladequacy.util.TreeModelAdequacyAnalyser; @Description("Run a complete tree model adequacy analysis") +@Citation(value="Maturana R, P., Brewer, B. J., Klaere, S., & Bouckaert, R. (2018). Model selection and parameter inference in phylogenetics using Nested Sampling. Systematic Biology, syy050. doi:10.1093/sysbio/syy050", + year=2018, DOI="doi:10.1093/sysbio/syy050", firstAuthorSurname="Duchene") public class TreeModelAdequacy extends MCMC { public Input treeCountInput = new Input<>("nrOfTrees", "the number of trees to use, default 100", 100); public Input rootDirInput = new Input<>("rootdir", "root directory for storing individual tree files (default /tmp)", "/tmp"); diff --git a/version.xml b/version.xml index 25cdddd..631a638 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - - + +