htslib-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| htslib-software [2016/03/24 15:13] – [Information] joguya | htslib-software [2025/03/03 07:02] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 1.3 | + | * Latest Version: 1.17 |
| * Added: March, 2015 | * Added: March, 2015 | ||
| - | * Updated: March, | + | * Updated: March, |
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions | + | See versions which are available: |
| < | < | ||
| - | === Load and run htslib === | + | 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 -xvf 1.2.1.tar.gz | + | $ tar xf htslib-1.17.tar.bz2 |
| - | cd htslib-1.2.1/ | + | $ cd htslib-1.17 |
| - | scl enable | + | $ ./configure --enable-plugins |
| - | sudo mkdir -p / | + | $ make |
| - | sudo chown joguya: | + | $ sudo mkdir -p / |
| - | autoreconf | + | $ sudo chown aorth / |
| - | ./configure CC=clang --prefix=/ | + | $ make install |
| - | make | + | $ sudo chown -R root:root / |
| - | make install | + | |
| - | sudo chown root:root / | + | Note: as of 1.17 this is compiled on CentOS Stream 8. |
| - | </ | + | |
htslib-software.1458832381.txt.gz · Last modified: by joguya
