samtools

Tools for handling high-throughput sequencing (genomics) data. Used for reading/writing/editing/indexing/viewing of data in SAM/BAM/CRAM format. More information: <https://www.htslib.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y samtools
Ubuntu
RUN apt-get update && \ apt-get install -y samtools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y samtools
Fedora
RUN dnf install -y samtools
Raspbian
RUN apt-get update && \ apt-get install -y samtools
click the source code to copy install samtools on any operating system with command-not-found.com