Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Samtools 1.16.1

Procedure

  1. Download the Samtools source package.
    cd /path/to/athena_meta/dependences
    wget https://github.com/samtools/samtools/releases/download/1.16.1/samtools-1.16.1.tar.bz2
  2. Decompress the source package and go to the directory.
    tar -xvf samtools-1.16.1.tar.bz2
    cd samtools-1.16.1
  3. Perform the compilation and installation.
    make -j && make install