Skip to content

Releases: bioDS/beast-phylonco

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

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)