====== Exabayes ======
ExaBayes is a software package for Bayesian tree inference. It is particularly suitable for large-scale analyses on computer clusters.
===== Information =====
* Version: 1.4.1
* Added: February, 2016
* Link: http://sco.h-its.org/exelixis/web/software/exabayes/
===== Usage =====
See which versions of exabayes are available:
$ module avail exabayes
Load exabayes
$ module load exabayes/1.4.1
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget http://sco.h-its.org/exelixis/material/exabayes/1.4.1/exabayes-1.4.1-linux-openmpi-avx.tar.gz
$ tar -xvf exabayes-1.4.1-linux-openmpi-avx.tar.gz
$ cd exabayes-1.4.1/
$ scl enable devtoolset-2 bash
$ module load openmpi/1.8.2
$ sudo mkdir -p /export/apps/exabayes/1.4.1
$ sudo chown joguya:joguya /export/apps/exabayes/1.4.1
$ ./configure --prefix=/export/apps/exabayes/1.4.1 --enable-mpi
$ make -j 4
$ make install
$ sudo chown -R root:root /export/apps/exabayes/1.4.1