:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'gatk4' .. highlight: bash gatk4 ===== .. conda:recipe:: gatk4 :replaces_section_title: :noindex: Genome Analysis Toolkit \(GATK4\) :homepage: https://www.broadinstitute.org/gatk/ :developer docs: https://github.com/broadinstitute/gatk :license: BSD / BSD-3-Clause :recipe: /`gatk4 `_/`meta.yaml `_ .. conda:package:: gatk4 |downloads_gatk4| |docker_gatk4| :versions: .. raw:: html
4.5.0.0-04.4.0.0-04.3.0.0-04.2.6.1-14.2.6.1-04.2.6.0-04.2.5.0-04.2.4.1-04.2.4.0-0 ``4.5.0.0-0``,  ``4.4.0.0-0``,  ``4.3.0.0-0``,  ``4.2.6.1-1``,  ``4.2.6.1-0``,  ``4.2.6.0-0``,  ``4.2.5.0-0``,  ``4.2.4.1-0``,  ``4.2.4.0-0``,  ``4.2.3.0-1``,  ``4.2.3.0-0``,  ``4.2.2.0-1``,  ``4.2.2.0-0``,  ``4.2.1.0-0``,  ``4.2.0.0-1``,  ``4.2.0.0-0``,  ``4.1.9.0-0``,  ``4.1.8.1-0``,  ``4.1.8.0-0``,  ``4.1.7.0-0``,  ``4.1.6.0-0``,  ``4.1.5.0-1``,  ``4.1.5.0-0``,  ``4.1.4.1-1``,  ``4.1.4.1-0``,  ``4.1.4.0-1``,  ``4.1.4.0-0``,  ``4.1.3.0-0``,  ``4.1.2.0-1``,  ``4.1.2.0-0``,  ``4.1.1.0-0``,  ``4.1.0.0-0``,  ``4.0.12.0-0``,  ``4.0.11.0-0``,  ``4.0.10.0-0``,  ``4.0.9.0-0``,  ``4.0.8.1-0``,  ``4.0.7.0-0``,  ``4.0.6.0-0``,  ``4.0.5.2-0``,  ``4.0.5.1-0``,  ``4.0.4.0-0``,  ``4.0.3.0-1``,  ``4.0.3.0-0``,  ``4.0.2.1-0``,  ``4.0.2.0-0``,  ``4.0.1.2-0``,  ``4.0.1.1-0``,  ``4.0.1.0-0``,  ``4.0.0.0-0``,  ``4.0b6-0``,  ``4.0b5-0``,  ``4.0b4-0``,  ``4.0b3-0``,  ``4.0b2-0``,  ``4.0b1-0``,  ``4.0a1.2.7.2-2`` .. raw:: html
:depends openjdk: ``>=17,<18`` :depends python: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 gatk4 and update with:: mamba update gatk4 To create a new environment, run:: mamba create --name myenvname gatk4 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/gatk4: (see `gatk4/tags`_ for valid values for ````) .. |downloads_gatk4| image:: https://img.shields.io/conda/dn/bioconda/gatk4.svg?style=flat :target: https://anaconda.org/bioconda/gatk4 :alt: (downloads) .. |docker_gatk4| image:: https://quay.io/repository/biocontainers/gatk4/status :target: https://quay.io/repository/biocontainers/gatk4 .. _`gatk4/tags`: https://quay.io/repository/biocontainers/gatk4?tab=tags .. raw:: html .. conda:package:: gatk4-spark |downloads_gatk4-spark| |docker_gatk4-spark| :versions: .. raw:: html
4.5.0.0-04.4.0.0-04.3.0.0-04.2.6.1-14.2.6.1-04.2.6.0-04.2.5.0-04.2.4.1-04.2.4.0-0 ``4.5.0.0-0``,  ``4.4.0.0-0``,  ``4.3.0.0-0``,  ``4.2.6.1-1``,  ``4.2.6.1-0``,  ``4.2.6.0-0``,  ``4.2.5.0-0``,  ``4.2.4.1-0``,  ``4.2.4.0-0``,  ``4.2.3.0-1``,  ``4.2.3.0-0``,  ``4.2.2.0-1``,  ``4.2.2.0-0``,  ``4.2.1.0-0``,  ``4.2.0.0-1``,  ``4.2.0.0-0``,  ``4.1.9.0-0``,  ``4.1.8.1-0``,  ``4.1.8.0-0``,  ``4.1.7.0-0``,  ``4.1.6.0-0``,  ``4.1.5.0-1``,  ``4.1.5.0-0``,  ``4.1.4.1-1``,  ``4.1.4.1-0``,  ``4.1.4.0-1``,  ``4.1.4.0-0``,  ``4.1.3.0-0``,  ``4.1.2.0-1`` .. raw:: html
:depends gatk4: ``4.5.0.0 py36hdfd78af_0`` :depends openjdk: ``>=17,<18`` :depends python: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 gatk4-spark and update with:: mamba update gatk4-spark To create a new environment, run:: mamba create --name myenvname gatk4-spark 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/gatk4-spark: (see `gatk4-spark/tags`_ for valid values for ````) .. |downloads_gatk4-spark| image:: https://img.shields.io/conda/dn/bioconda/gatk4-spark.svg?style=flat :target: https://anaconda.org/bioconda/gatk4-spark :alt: (downloads) .. |docker_gatk4-spark| image:: https://quay.io/repository/biocontainers/gatk4/status :target: https://quay.io/repository/biocontainers/gatk4 .. _`gatk4-spark/tags`: https://quay.io/repository/biocontainers/gatk4-spark?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/gatk4/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/gatk4/README.html