recipe gatk

The full Genome Analysis Toolkit (GATK) framework, v3

Homepage:

https://www.broadinstitute.org/gatk/

License:

BSD

Recipe:

/gatk/meta.yaml

Links:

biotools: gatk

package gatk

(downloads) docker_gatk

versions:
3.8-123.8-113.8-103.8-93.8-83.8-73.8-53.8-43.8-3

3.8-123.8-113.8-103.8-93.8-83.8-73.8-53.8-43.8-33.8-23.8-13.8-03.7-13.7-03.6-113.6-103.6-93.6-83.6-73.6-63.6-53.6-43.6-33.6-23.6-13.5-113.5-103.5-63.5-5

depends openjdk:

>=8,<9

depends python:

depends r-ggplot2:

depends r-gplots:

depends r-gsalib:

depends r-reshape:

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 gatk

and update with::

   mamba update gatk

To create a new environment, run:

mamba create --name myenvname gatk

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/gatk:<tag>

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

Download stats