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 [2021/02/21 09:50] aorthbcftools-software [2023/02/20 12:55] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 1.11+  * Latest Version: 1.15.1
   * Added: September, 2015   * Added: September, 2015
-  * Updated: February, 2021+  * Updated: February, 2023
   * Link: https://samtools.github.io/bcftools   * Link: https://samtools.github.io/bcftools
  
Line 14: Line 14:
 <code>$ module avail bcftools</code> <code>$ module avail bcftools</code>
  
-Load one version into your environment: +Load one version into your environment and run it
-<code>$ module load bcftools/1.11</code>+<code>$ module load bcftools/1.15.1 
 +$ 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.11/bcftools-1.11.tar.bz2 +$ wget https://github.com/samtools/bcftools/releases/download/1.15.1/bcftools-1.15.1.tar.bz2 
-$ tar xf bcftools-1.11.tar.bz2  +$ cd bcftools-1.15.1 
-$ cd bcftools-1.11 +$ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/bcftools/1.15.1 --with-htslib=/export/apps/htslib/1.15.1
-$ ./configure --prefix=/export/apps/bcftools/1.11 --with-htslib=/export/apps/htslib/1.11+
 $ make $ make
-$ sudo mkdir -p /export/apps/bcftools/1.11 +$ sudo mkdir -p /export/apps/bcftools/1.15.1 
-$ sudo chown aorth /export/apps/bcftools/1.11+$ sudo chown aorth:aorth /export/apps/bcftools/1.15.1
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/bcftools/1.11</code>+$ sudo chown -R root:root /export/apps/bcftools/1.15.1</code>
  
-This links bcftools against a system-wide installation of htslib/1.11.+This links bcftools against a system-wide installation of htslib/1.15.1.
bcftools-software.1613901026.txt.gz · Last modified: 2021/02/21 09:50 by aorth