recipe samtools

Tools for dealing with SAM, BAM and CRAM files

Homepage:

https://github.com/samtools/samtools

License:

MIT

Recipe:

/samtools/meta.yaml

Links:

biotools: samtools, usegalaxy-eu: samtools_flagstat

package samtools

(downloads) docker_samtools

versions:
1.19.2-11.19.2-01.19.1-01.19-01.18-11.18-01.17-21.17-11.17-0

1.19.2-11.19.2-01.19.1-01.19-01.18-11.18-01.17-21.17-11.17-01.16.1-21.16.1-11.16.1-01.15.1-11.15.1-01.15-11.15-01.14-01.13-01.12-11.12-01.11-01.10-31.10-21.10-11.10-01.9-121.9-111.9-101.9-91.9-81.9-71.9-61.9-51.9-41.9-31.9-21.9-11.9-01.8-51.8-41.8-31.8-21.7-21.7-11.7-01.6-101.6-91.6-81.6-71.6-61.6-51.6-41.6-31.6-21.6-11.6-01.5-21.5-11.5-01.4.1-01.4-01.3.1-111.3.1-101.3.1-91.3.1-81.3.1-71.3.1-61.3.1-51.3.1-41.3.1-31.3.1-21.3.1-11.3.1-01.3-81.3-71.3-61.3-51.3-41.3-31.3-21.3-11.3-01.2-21.2-11.2-01.2.rglab-11.2.rglab-01.1-81.1-71.1-61.1-51.1-41.1-31.1-11.1-01.0-21.0-11.0-00.1.19-110.1.19-100.1.19-90.1.19-80.1.19-70.1.19-60.1.19-50.1.19-40.1.19-30.1.19-20.1.19-10.1.19-00.1.18-130.1.18-120.1.18-110.1.18-100.1.18-00.1.17-00.1.16-00.1.15-10.1.15-00.1.14-20.1.14-10.1.14-00.1.13-20.1.13-10.1.13-00.1.12-30.1.12-20.1.12-10.1.12-0

depends htslib:

>=1.19.1,<1.20.0a0

depends libgcc-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends ncurses:

>=6.4,<7.0a0

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install samtools

and update with::

   mamba update samtools

To create a new environment, run:

mamba create --name myenvname samtools

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/samtools:<tag>

(see `samtools/tags`_ for valid values for ``<tag>``)

Download stats