Installing Samtools 1.16.1
Procedure
- 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
- Decompress the source package and go to the directory.
tar -xvf samtools-1.16.1.tar.bz2 cd samtools-1.16.1
- Perform the compilation and installation.
make -j && make install
Parent topic: Configuring the Compilation Environment