Skip to content

Releases: bioDS/beast-phylonco

Phylonco v1.2.1

31 Oct 22:44
Compare
Choose a tag to compare

In this release phylonco-beast and phylonco-lphy-studio are the same as the previous release (v1.2.0).

Requirements

BEAST

  • phylonco (beast package) requires BEAST version 2.7.6 or greater
  • phylonco (beast package) requires BEASTLabs version 2.0.2 or greater

LPhy and LPhyBeast

  • phylonco-lphy requires LPhy version 1.6.1 or greater
  • phylonco.lphybeast (beast package) requires LPhyBeast version 1.2.1 or greater

LPhy examples: phylonco-lphy-1.2.0-examples.zip

LPhy documentation: phylonco-lphy doc

Release notes

LPhy and LPhyBeast

  • File naming changes

Setup instructions

The phylonco and phylonco.lphybeast packages can be installed using Beauti package manager.

For LPhy installation, the two jars phylonco-lphy-1.2.1.jar and phylonco-lphy-studio-1.2.0.jar need to be copied to the lib subdirectory of your LPhy installation. See setup instructions and the extension installation guide.

Phylonco v1.2.0

25 Sep 04:27
Compare
Choose a tag to compare

Requirements

BEAST

  • BEAST version 2.7.6 or greater
  • BEASTLabs version 2.0.2 or greater

LPhy and LPhyBeast

  • LPhy version 1.6.0 or greater
  • LPhyBeast version 1.2.0 or greater

LPhy examples: phylonco-lphy-1.2.0-examples.zip

LPhy documentation: phylonco-lphy doc

Release notes

BEAST

  • Coalescent model with Gompertz population growth (f0 and t50 parameterizations)
  • Coalescent model with logistic population growth
  • Coalescent model with model averaging by stochastic variable selection (constant, exponential, logistic, Gompertz)
  • Phylonco is now split into separate releases for beast, lphy and lphybeast
  • Fix version compatibility issue with LPhy and LPhyBeast
  • Build now uses Maven instead of Gradle
  • Gompertz example manually patched

LPhy and LPhyBeast

  • haploid function for converting genotypes to haploid alleles
  • LPhyBeast to XML converters for coalescent population function models and model averaging
  • Some LPhy examples manually patched

Setup instructions

The phylonco (beast) and phylonco.lphybeast (lphybeast) packages can be installed using Beauti package manager.

For LPhy installation, the two jars phylonco-lphy-1.2.0.jar and phylonco-lphy-studio-1.2.0.jar need to be copied to the lib subdirectory of your LPhy installation. See setup instructions and the extension installation guide.

Phylonco v1.0.1

22 Jun 05:11
Compare
Choose a tag to compare

Requirements

  • BEAST version 2.7.3 or greater
  • BEASTLabs version 2.0.0 or greater
  • lphybeast version 1.0.0 or greater
  • lphybeast requires LPhy version 1.4.0

Release notes

  • Update examples for BEAST v2.7
  • Added Beauti templates for substitution models GT16SubstitutionModel, BinarySubstitutionModel, MethylationHKY
  • Added README instructions for Beauti

Setup instructions

BEAST2 with phylonco:

LPhy and LPhyBeast:

Phylonco v1.0.0

13 Apr 08:54
Compare
Choose a tag to compare

Requirements

  • BEAST version 2.7.3 or greater
  • BEASTLabs version 2.0.0 or greater
  • lphybeast version 1.0.0 or greater

Release notes

  • Beagle support added in BeagleTreeLikelihoodWithError class
  • To run Beagle with GPU use ./beast -beagle_GPU <beast xml>

This release is not compatible with BEAST v2.6

Setup instructions

BEAST2 with phylonco:

LPhy and LPhyBeast:

Phylonco v0.0.7

21 Aug 22:05
40d3df3
Compare
Choose a tag to compare

Requirements

  • Beast2 version 2.6.7 or greater
  • BEASTLabs version 1.9.7 or greater
  • lphybeast version 0.4.1 or greater

Release notes

Setup instructions

BEAST2 with phylonco:

LPhy and LPhyBeast:

java -p lib -m lphystudio

Phylonco v0.0.6

23 Feb 10:03
Compare
Choose a tag to compare

Requirements

  • Beast2 version 2.6.6 or greater
  • BEASTLabs version 1.9.7 or greater
  • lphybeast version 0.3.0 or greater

Release notes

  • Fix error message when running BEAST2 with Beagle installed
  • Added BEAUti support for Binary substitution model
  • Made examples more robust by adding parameter bounds
  • Gradle builds now replace Ant builds
  • Added compatibility with LPhy v1.2.0 and LPhyBeast v0.3.0
  • For available LPhy functions see lphy/doc/index.md

Setup instructions

BEAST2 with phylonco:

LPhy and LPhyBeast:

java -p lib -m lphystudio

Phylonco v0.0.5

13 Jan 11:29
Compare
Choose a tag to compare

Requirements

  • Beast2 version 2.6.5 or greater
  • BEASTLabs version 1.9.0 or greater

Release notes

  • Faster tree likelihood calculation with error models
  • Fixed ambiguity mappings in Binary and GT16 substitution models
  • Added more unit tests for datatypes and error models
  • Updated readme instructions

Phylonco v0.0.4

04 Jul 11:52
Compare
Choose a tag to compare

Requirements

  • Beast2 version 2.6.5 or greater
  • BEASTLabs version 1.9.0 or greater

Release notes

This Phylonco release includes the following features.

Error models:

  • GT16 diploid nucleotide error model (16 states) with allelic dropout and sequencing/amplification errors
  • Nucleotide error model (4 states - A, G, C, T) with a single error parameter epsilon and tips (1-e, e/3, e/3, e/3)
  • General error model (n states) with a single error parameter epsilon; generalises the nucleotide error model to n states
  • Binary error model of false positive and false negative errors

Substitution models:

  • GT16 phased diploid nucleotide model (16 states)
  • Binary substitution model
  • SiFit substitution models (2 or 3 states)