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. --- A) Install using Conda (latest version) .. code-block:: bash conda install bioconda::samtools --- B) Install using Conda (specific label/version) .. code-block:: bash conda install bioconda/label/cf201901::samtools