htslib-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
htslib-software [2021/01/06 09:16] – aorth | htslib-software [2025/03/03 07:02] (current) – aorth | ||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Latest Version: 1.11 | + | * 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 and run some common commands: | + | Load one version into your environment and run it: |
- | < | + | < |
$ 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.11.tar.bz2 | + | $ tar xf htslib-1.17.tar.bz2 |
- | $ cd htslib-1.11 | + | $ cd htslib-1.17 |
- | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | $ ./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 / |
+ | |||
+ | Note: as of 1.17 this is compiled on CentOS Stream 8. |
htslib-software.1609924591.txt.gz · Last modified: 2021/01/06 09:16 by aorth