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 revision
Previous revision
Next revisionBoth sides next revision
htslib-software [2017/10/28 14:15] aorthhtslib-software [2017/12/24 15:35] aorth
Line 11: Line 11:
 ===== Usage ===== ===== Usage =====
  
-=== See versions of htslib which are available ===+See versions of htslib which are available:
 <code>$ module avail htslib</code> <code>$ module avail htslib</code>
  
-=== Load and run htslib ===+Load one version into your environment:
 <code>$ module load htslib/1.6</code> <code>$ module load htslib/1.6</code>
  
Line 20: Line 20:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ wget https://github.com/samtools/htslib/releases/download/1.6/htslib-1.6.tar.bz2 +<code>$ cd /tmp 
-$ tar xf htslib-1.6.tar.bz2+$ wget https://github.com/samtools/htslib/releases/download/1.6/htslib-1.6.tar.bz2 
 +$ tar xf htslib-1.6.tar.bz2 
 $ cd htslib-1.6 $ cd htslib-1.6
-$ sudo mkdir /export/apps/htslib/1.6 
-$ sudo chown aorth /export/apps/htslib/1.6 
-$ scl enable devtoolset-4 bash 
 $ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.6 $ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.6
 $ make $ make
 +$ sudo mv /export/apps/htslib/1.6 /export/apps/htslib/1.6.old
 +$ sudo mkdir /export/apps/htslib/1.6
 +$ sudo chown aorth /export/apps/htslib/1.6
 $ make install $ make install
 $ sudo chown -R root:root /export/apps/htslib/1.6</code> $ sudo chown -R root:root /export/apps/htslib/1.6</code>
htslib-software.txt · Last modified: 2022/06/23 09:29 by aorth