User Tools

Site Tools


htslib-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
htslib-software [2019/09/03 21:47] aorthhtslib-software [2021/01/06 09:16] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 1.9+  * Latest Version: 1.11
   * Added: March, 2015   * Added: March, 2015
-  * Updated: September2019+  * Updated: January2021
   * Link: https://github.com/samtools/htslib   * Link: https://github.com/samtools/htslib
  
Line 15: Line 15:
  
 Load one version into your environment and run some common commands: Load one version into your environment and run some common commands:
-<code>$ module load htslib/1.9+<code>$ module load htslib/1.11
 $ tabix $ tabix
 $ bgzip</code> $ bgzip</code>
Line 22: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ cd /tmp +<code>$ cd /tmp/ 
-$ wget https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2 +$ wget https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2 
-$ tar xf htslib-1.9.tar.bz2 +$ tar xf htslib-1.11.tar.bz2 
-$ cd htslib-1.+$ cd htslib-1.11 
-# install a newer compiler from Red Hat software collections +$ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.11
-$ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-gfortran devtoolset-7-libquadmath-devel devtoolset-7-gcc-c++ +
-$ scl enable devtoolset-7 bash +
-$ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.9+
 $ make $ make
-$ sudo mkdir -p /export/apps/htslib/1.9 +$ sudo mkdir -p /export/apps/htslib/1.11 
-$ sudo chown aorth /export/apps/htslib/1.9+$ sudo chown aorth /export/apps/htslib/1.11
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/htslib/1.9</code>+$ sudo chown -R root:root /export/apps/htslib/1.11</code>
htslib-software.txt · Last modified: 2022/06/23 09:29 by aorth