Rate This Document
Findability
Accuracy
Completeness
Readability

Installing HTSlib 1.16

Procedure

  1. 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
  2. Decompress the installation package.
    tar -xvf htslib-1.16.tar.bz2
    cd htslib-1.16
  3. Perform the compilation and installation.
    make -j && make install