User Tools

Site Tools


beagle-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
beagle-software [2016/11/14 11:59] joguyabeagle-software [2018/10/21 13:43] aorth
Line 1: Line 1:
 ====== Beagle ====== ====== 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. 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 ===== ===== Information =====
  
-  * Latest Version: 2.1.2+  * Latest Version: 3.0.2
   * Added: August, 2015   * Added: August, 2015
-  * Updated: November2016+  * Updated: October2018
   * Link: https://github.com/beagle-dev/beagle-lib   * Link: https://github.com/beagle-dev/beagle-lib
      
Line 13: Line 12:
  
 See which versions of beagle are available: See which versions of beagle are available:
-<code>$ module avail beagle +<code>$ module avail beagle</code>
-</code>+
  
-Load beagle +Load one version into your environment: 
-<code>$ module load beagle/2.1.2</code>+<code>$ module load beagle/3.0.2</code> 
 + 
 +Beagle is not useful by itself, but you can use it to speed up BEAST.
  
 ===== Installation ====== ===== Installation ======
- 
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-$ cd /tmp +wget https://github.com/beagle-dev/beagle-lib/archive/v3.0.2.tar.gz 
-git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git +$ tar xf v3.0.2.tar.gz 
-$ cd beagle-lib+$ cd beagle-lib-3.0.
-$ git checkout beagle_release_2_1_2 +$ ./autogen.sh 
-$ scl enable devtoolset-2 bash +./configure --prefix=/export/apps/beagle/3.0.2 
-$ module load java/1.8 +$ sudo mkdir -p /export/apps/beagle/3.0.2 
-$ ./autogen.sh  +sudo chown aorth /export/apps/beagle/3.0.2
-sudo mkdir /export/apps/beagle/2.1.2/ +
-$ sudo chown joguya:joguya /export/apps/beagle/2.1.2/ +
-./configure --prefix=/export/apps/beagle/2.1.2/+
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/beagle/2.1.2+$ sudo chown -R root:root /export/apps/beagle/3.0.2</code>
-</code>+
beagle-software.txt · Last modified: 2021/06/21 07:52 by aorth