This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
htslib-software [2017/12/24 15:35] aorth |
htslib-software [2021/01/06 09:16] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 1.6 | + | * Latest Version: 1.11 |
| * Added: March, 2015 | * Added: March, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | Load one version into your environment: | + | Load one version into your environment |
| - | < | + | < |
| + | $ tabix | ||
| + | $ bgzip</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf htslib-1.6.tar.bz2 | + | $ tar xf htslib-1.11.tar.bz2 |
| - | $ cd htslib-1.6 | + | $ cd htslib-1.11 |
| - | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
| $ make | $ make | ||
| - | $ sudo mv / | + | $ sudo mkdir -p / |
| - | $ sudo mkdir / | + | $ sudo chown aorth / |
| - | $ sudo chown aorth / | + | |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |