vcftools-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vcftools-software [2017/02/06 08:24] – created joguya | vcftools-software [2021/03/15 10:10] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== VCFtools ====== | ====== VCFtools ====== | ||
| - | |||
| VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. | VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 0.1.14 | + | * Latest Version: 0.1.16 |
| - | * Updated: February, 2017 | + | |
| * Added: December, 2012 | * Added: December, 2012 | ||
| + | * Updated: March, 2021 | ||
| * Link: https:// | * Link: https:// | ||
| Line 15: | Line 14: | ||
| < | < | ||
| - | Load vcftools | + | Load one version into your environment: |
| - | < | + | < |
| ===== Installation ====== | ===== Installation ====== | ||
| + | Notes from the sysadmin during installation: | ||
| - | Notes from the sysadmin during installation: | + | < |
| - | < | + | $ wget https:// |
| - | $ cd /tmp | + | $ tar xf vcftools-0.1.16.tar.gz |
| - | $ wget -qO- "https:// | + | $ cd vcftools-0.1.16 |
| - | $ cd vcftools-0.1.14/ | + | $ ./configure --prefix=/ |
| - | $ sudo mkdir / | + | |
| - | $ sudo chown -R joguya: | + | |
| - | $ scl enable devtoolset-3 bash | + | |
| - | $ ./configure --prefix=/ | + | |
| $ make -j4 | $ make -j4 | ||
| + | $ sudo mkdir / | ||
| + | $ sudo chown aorth / | ||
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| - | </ | + | |
vcftools-software.1486369448.txt.gz · Last modified: by joguya
