The ProbGen meeting includes a workshop that will run on the first day pre-meeting. The workshop consists of talks and demo's including practical exercises for PoMoBalance based on RevBayes tutorial.
The PoMoBalance tutorial can be found at:
Before the workshop starts, please install the following software on your own computer:
- RevBayes. For this workshop, we will be using the
developmentRevBayes branch, where the polymorphism-aware models are all available. Make sure you follow the instructions below to install RevBayes. Other helpful software: - Tracer
- FigTree
- R or RStudio with the package Rcpp
- A good text editor, such as Sublime Text, NotePad++, Atom, BBEdit, vim, or emacs. Word is not a good text editor!
Follow the installation steps here.
Follow the installation steps here.
Follow the installation steps here. However, we will not be using the standard revbayes branch for this workshop, but the one that has the PoMo models. Clone the dev_PoMo repository instead of the master one. This is done by substituting the following step
git clone https://github.com/revbayes/revbayes.git revbayes
by this one:
git clone --branch development https://github.com/revbayes/revbayes.git revbayes
Then change to the PoMoBalance branch by typing:
git checkout dev_PoMo_bs_master