This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
htslib-software [2019/09/03 21:47] aorth |
htslib-software [2021/01/06 09:16] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 1.9 | + | * Latest Version: 1.11 |
| * Added: March, 2015 | * Added: March, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 15: | Line 15: | ||
| Load one version into your environment and run some common commands: | Load one version into your environment and run some common commands: | ||
| - | < | + | < |
| $ tabix | $ tabix | ||
| $ bgzip</ | $ bgzip</ | ||
| Line 22: | Line 22: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf htslib-1.9.tar.bz2 | + | $ tar xf htslib-1.11.tar.bz2 |
| - | $ cd htslib-1.9 | + | $ cd htslib-1.11 |
| - | # install a newer compiler from Red Hat software collections | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
| - | $ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-gfortran devtoolset-7-libquadmath-devel devtoolset-7-gcc-c++ | + | |
| - | $ scl enable devtoolset-7 bash | + | |
| - | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | |
| $ make | $ make | ||
| - | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth / |
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |