This is an old revision of the document!
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.
$ module avail beagle
To use with BEAST, make sure beagle is loaded first!
Notes from the sysadmin during installation:
$ cd /tmp $ git clone https://github.com/beagle-dev/beagle-lib.git $ cd beagle-lib $ scl enable devtoolset-2 bash $ ./autogen.sh $ ./configure --prefix=/export/apps/beagle/git-c455af1f $ sudo mkdir -p /export/apps/beagle/git-c455af1f $ sudo chown aorth /export/apps/beagle/git-c455af1f $ make install $ sudo chown -R root:root /export/apps/beagle/git-c455af1f $ exit