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 revision
Previous revision
Next revisionBoth sides next revision
beagle-software [2016/11/14 11:59] joguyabeagle-software [2021/06/21 07:09] 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.1.2
   * Added: August, 2015   * Added: August, 2015
-  * Updated: November2016+  * Updated: September2019
   * 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.1.2</code> 
 + 
 +Beagle is not useful by itself, but you can use it to speed up [[https://hpc.ilri.cgiar.org/beast-software|BEAST]].
  
 ===== Installation ====== ===== Installation ======
- 
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-$ cd /tmp +sudo yum install libtool 
-git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git +$ wget https://github.com/beagle-dev/beagle-lib/archive/v3.1.2.tar.gz 
-$ cd beagle-lib+$ tar xf v3.1.2.tar.gz  
-$ git checkout beagle_release_2_1_2 +$ cd beagle-lib-3.1.2 
-$ scl enable devtoolset-bash +$ scl enable devtoolset-bash 
-$ module load java/1.8 +$ ./autogen.sh 
-$ ./autogen.sh  +./configure --prefix=/export/apps/beagle/3.1.2 
-sudo mkdir /export/apps/beagle/2.1.2/ +$ sudo mkdir -p /export/apps/beagle/3.1.2 
-$ sudo chown joguya:joguya /export/apps/beagle/2.1.2/ +sudo chown aorth /export/apps/beagle/3.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.1.2</code>
-</code>+
beagle-software.txt · Last modified: 2021/06/21 07:52 by aorth