Samtools Installation
Samtools is a suite of programs for interacting with high-throughput sequencing data in the SAM, BAM, and CRAM formats. It is widely used for manipulating, sorting, indexing, and analyzing alignment files.
—
Install using Conda (latest version)
conda install bioconda::samtools
—
Install using Conda (specific label/version)
conda install bioconda/label/cf201901::samtools