recipe snpeff

Genetic variant annotation and effect prediction toolbox

Homepage:

http://snpeff.sourceforge.net/

License:

LGPLv3

Recipe:

/snpeff/meta.yaml

Links:

biotools: snpeff

package snpeff

(downloads) docker_snpeff

versions:
5.2-05.1-25.1-15.1-05.1d-05.0-15.0-04.5covid19-24.5covid19-1

5.2-05.1-25.1-15.1-05.1d-05.0-15.0-04.5covid19-24.5covid19-14.5covid19-04.3.1t-54.3.1t-44.3.1t-34.3.1t-24.3.1t-14.3.1t-04.3.1r-04.3.1q-04.3.1p-14.3.1p-04.3.1o-04.3.1m-04.3.1k-04.3-34.3-24.3-14.3-04.3k-04.3i-04.3g-04.3b-04.2-04.1l-84.1l-74.1l-64.1l-54.1l-44.1l-34.1l-24.1l-14.1l-03_6-0

depends openjdk:

>=11

depends python:

depends zlib:

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 snpeff

and update with::

   mamba update snpeff

To create a new environment, run:

mamba create --name myenvname snpeff

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

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

Notes

The tool is available as command `snpEff`. Note that the package version is slightly different from upstream, this is to make sure conda will order the package versions correctly.

Download stats