htslib-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| htslib-software [2017/02/05 11:40] – joguya | htslib-software [2025/03/03 07:02] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: 1.3.2 | + | * Latest Version: 1.17 |
| * Added: March, 2015 | * Added: March, 2015 | ||
| - | * Updated: | + | * Updated: |
| * 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 -qO- "https:// | + | $ wget https:// |
| - | $ sudo mkdir / | + | $ tar xf htslib-1.17.tar.bz2 |
| - | $ sudo chown -R joguya: | + | $ cd htslib-1.17 |
| - | LD_LIBRARY_PATH=/ | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
| $ make | $ make | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo chown aorth / | ||
| $ make install | $ make install | ||
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| - | </ | + | |
| + | Note: as of 1.17 this is compiled on CentOS Stream 8. | ||
htslib-software.1486294858.txt.gz · Last modified: by joguya
