User Tools

Site Tools


vcftools-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
vcftools-software [2017/12/25 20:59] aorthvcftools-software [2021/03/15 10:10] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest Version: 0.1.15+  * Latest Version: 0.1.16
   * Added: December, 2012   * Added: December, 2012
-  * Updated: December2017+  * Updated: March2021
   * Link: https://vcftools.github.io/   * Link: https://vcftools.github.io/
  
Line 15: Line 15:
  
 Load one version into your environment: Load one version into your environment:
-<code>$ module load vcftools/0.1.15</code>+<code>$ module load vcftools/0.1.16</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 21:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/vcftools/vcftools/releases/download/v0.1.15/vcftools-0.1.15.tar.gz +$ wget https://github.com/vcftools/vcftools/releases/download/v0.1.16/vcftools-0.1.16.tar.gz 
-$ tar xf vcftools-0.1.15.tar.gz  +$ tar xf vcftools-0.1.16.tar.gz  
-$ cd vcftools-0.1.15 +$ cd vcftools-0.1.16 
-./configure --prefix=/export/apps/vcftools/0.1.15+./configure --prefix=/export/apps/vcftools/0.1.16
 $ make -j4 $ make -j4
-$ sudo mkdir /export/apps/vcftools/0.1.15 +$ sudo mkdir /export/apps/vcftools/0.1.16 
-$ sudo chown aorth /export/apps/vcftools/0.1.15+$ sudo chown aorth /export/apps/vcftools/0.1.16
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/vcftools/0.1.15</code>+$ sudo chown -R root:root /export/apps/vcftools/0.1.16</code>
vcftools-software.1514235557.txt.gz · Last modified: 2017/12/25 20:59 by aorth