SAMtools
SAMtools is a portable, open-source software suite for interacting with high-throughput sequencing data stored in the SAM (Sequence Alignment/Map), BAM (Binary Alignment/Map), and CRAM formats. It provides a collection of tools for extracting, converting, sorting, indexing, and manipulating alignments, as well as utilities for computing statistics and generating read-depth information. SAMtools is widely used in genomic data processing pipelines to manage large alignment datasets efficiently.
Key programs include samtools view, which can display or convert between SAM and BAM; samtools sort and
SAMtools depends on the HTSlib library for input/output and file format support, and is typically used in
Originating with Heng Li and collaborators, SAMtools has become a de facto standard in the processing of