cd /path/to/athena_meta/dependences wget https://github.com/samtools/samtools/releases/download/1.16.1/samtools-1.16.1.tar.bz2
tar -xvf samtools-1.16.1.tar.bz2 cd samtools-1.16.1
make -j && make install