Difference between revisions of "Beast"
Schwietzer (talk | contribs) |
Schwietzer (talk | contribs) |
||
Line 15: | Line 15: | ||
== Using Beast on the Cluster == | == Using Beast on the Cluster == | ||
If you want to use Beast on the cluster, you can do that by loading the corresponding module with the command: | If you want to use Beast on the cluster, you can do that by loading the corresponding module within the right environment with the command: | ||
module load Beast | module load Beast | ||
Afterwards, you can start the Beast GUI by typing in: | |||
beast | |||
Since Beast comes with a grapfical interface, you will have to connect to the server via an X11 port open. You can read more on how to do that on [https://wiki.hpcuser.uni-oldenburg.de/index.php?title=Interactive_Jobs this] wiki page. | |||
<!-- | <!-- | ||
== Example == | == Example == |
Revision as of 17:11, 2 March 2021
Introduction
BEAST 2 is a cross-platform program for Bayesian phylogenetic analysis of molecular sequences. It estimates rooted, time-measured phylogenies using strict or relaxed molecular clock models. It can be used as a method of reconstructing phylogenies but is also a framework for testing evolutionary hypotheses without conditioning on a single tree topology. BEAST 2 uses Markov chain Monte Carlo (MCMC) to average over tree space, so that each tree is weighted proportional to its posterior probability.
Installed version
The following versions are installed and currently available...
... on environment hpc-env/8.3:
- Beast/2.6.3-GCC-8.3.0
... on environment hpc-uniol-env:
- Beast/2.4.5
Using Beast on the Cluster
If you want to use Beast on the cluster, you can do that by loading the corresponding module within the right environment with the command:
module load Beast
Afterwards, you can start the Beast GUI by typing in:
beast
Since Beast comes with a grapfical interface, you will have to connect to the server via an X11 port open. You can read more on how to do that on this wiki page.
Documentation
You can find more informations about Beast 2 and even some tutorials on the official website.