htslib-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htslib-software [2018/06/01 18:52] – aorth | htslib-software [2025/03/03 07:02] (current) – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Latest Version: 1.8 | + | * 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 one version into your environment: | + | Load one version into your environment |
- | < | + | < |
+ | $ tabix | ||
+ | $ bgzip</ | ||
===== Installation ====== | ===== Installation ====== | ||
Line 21: | Line 23: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ tar xf htslib-1.8.tar.bz2 | + | $ tar xf htslib-1.17.tar.bz2 |
- | $ cd htslib-1.8 | + | $ cd htslib-1.17 |
- | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
$ make | $ make | ||
- | $ sudo mkdir / | + | $ sudo mkdir -p / |
- | $ sudo chown aorth:aorth / | + | $ 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.1527879151.txt.gz · Last modified: 2018/06/01 18:52 by aorth