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.

  1. Install using Conda (latest version)

conda install bioconda::samtools

  1. Install using Conda (specific label/version)

conda install bioconda/label/cf201901::samtools