User Tools

Site Tools


bcftools-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
bcftools-software [2017/02/05 11:41] – [Information] joguyabcftools-software [2025/03/03 07:18] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 1.3.1+  * Latest Version: 1.17
   * Added: September, 2015   * Added: September, 2015
-  * Updated: February2017+  * Updated: March2025
   * Link: https://samtools.github.io/bcftools   * Link: https://samtools.github.io/bcftools
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of bcftools which are available ===+See versions of bcftools which are available:
 <code>$ module avail bcftools</code> <code>$ module avail bcftools</code>
 +
 +Load one version into your environment and run it:
 +<code>$ module load bcftools/1.17
 +$ bcftools</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ cd /tmp +<code>$ cd /tmp/ 
-$ wget https://github.com/samtools/bcftools/releases/download/1.2/bcftools-1.2.tar.bz2 +$ wget https://github.com/samtools/bcftools/releases/download/1.17/bcftools-1.17.tar.bz2 
-tar xf bcftools-1.2.tar.bz2 +cd bcftools-1.17 
-cd bcftools-1.+./configure --enable-plugins --enable-libcurl --prefix=/export/apps/bcftools/1.17 --with-htslib=/export/apps/htslib/1.17
-$ scl enable devtoolset-3 bash+
 $ make $ make
-$ sudo mkdir -p /export/apps/bcftools/1.2 +$ sudo mkdir -p /export/apps/bcftools/1.17 
-$ sudo chown aorth /export/apps/bcftools/1.2 +$ sudo chown aorth:aorth /export/apps/bcftools/1.17 
-$ make prefix=/export/apps/bcftools/1.2 install +$ make install 
-$ sudo chown -R root:root /export/apps/bcftools/1.2</code>+$ sudo chown -R root:root /export/apps/bcftools/1.17</code> 
 + 
 +This links bcftools against a system-wide installation of htslib/1.17.
bcftools-software.1486294913.txt.gz · Last modified: by joguya