Installing HTSlib 1.16
Procedure
- Download the HTSlib source package.
cd /path/to/athena_meta/dependences wget https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2
- Decompress the installation package.
tar -xvf htslib-1.16.tar.bz2 cd htslib-1.16
- Perform the compilation and installation.
make -j && make install
Parent topic: Configuring the Compilation Environment