User Tools

Site Tools


beagle-software

This is an old revision of the document!


Table of Contents

Beagle

BEAGLE is a high-performance library that can perform the core calculations at the heart of most Bayesian and Maximum Likelihood phylogenetics packages such as BEAST.

Information

Usage

See which versions of beagle are available:

$ module avail beagle

Load one version into your environment:

$ module load beagle/3.0.2

Beagle is not useful by itself, but you can use it to speed up BEAST.

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/beagle-dev/beagle-lib/archive/v3.0.2.tar.gz
$ tar xf v3.0.2.tar.gz
$ cd beagle-lib-3.0.2
$ ./autogen.sh
$ ./configure --prefix=/export/apps/beagle/3.0.2
$ sudo mkdir -p /export/apps/beagle/3.0.2
$ sudo chown aorth /export/apps/beagle/3.0.2
$ make install
$ sudo chown -R root:root /export/apps/beagle/3.0.2
beagle-software.1540129420.txt.gz · Last modified: 2018/10/21 13:43 by aorth