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 [2016/03/24 15:13] – [Information] joguyahtslib-software [2017/02/05 11:40] joguya
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 1.3+  * Latest Version: 1.3.2
   * Added: March, 2015   * Added: March, 2015
-  * Updated: March2016+  * Updated: February2017
   * Link: https://github.com/samtools/htslib   * Link: https://github.com/samtools/htslib
  
Line 15: Line 15:
  
 === Load and run htslib === === Load and run htslib ===
-<code>$ module load htslib </code>+<code>$ module load htslib/1.3.2 </code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 21:
  
 <code>cd /tmp <code>cd /tmp
-wget https://github.com/samtools/htslib/archive/1.2.1.tar.gz +wget -qO- "https://github.com/samtools/htslib/releases/download/1.3.2/htslib-1.3.2.tar.bz2" | tar xjv 
-tar -xvf 1.2.1.tar.gz +$ sudo mkdir /export/apps/htslib/1.3.2/ 
-cd htslib-1.2.1/ +sudo chown -R joguya:joguya /export/apps/htslib/1.3.2
-scl enable devtoolset-bash +LD_LIBRARY_PATH=/export/apps/curl/7.47.1/lib:$LD_LIBRARY_PATH LDFLAGS="-L/export/apps/curl/7.47.1/lib" CFLAGS="-I/export/apps/curl/7.47.1/include" ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.3.2/ 
-sudo mkdir -/export/apps/htslib/1.2.1 +make 
-sudo chown joguya:joguya /export/apps/htslib/1.2.1 +make install 
-autoreconf +sudo chown -R root:root /export/apps/htslib/1.3.2
-./configure CC=clang --prefix=/export/apps/htslib/1.2.1 +
-make +
-make install +
-sudo chown root:root /export/apps/htslib/1.2.1+
 </code> </code>
htslib-software.txt · Last modified: 2022/06/23 09:29 by aorth