recipe snpsift

Toolbox that allows you to filter and manipulate annotated files

Homepage:

http://snpeff.sourceforge.net/SnpSift.html

License:

LGPLv3

Recipe:

/snpsift/meta.yaml

Links:

biotools: SnpSift, doi: 10.3389/fgene.2012.00035

package snpsift

(downloads) docker_snpsift

versions:
5.2-05.1-05.1d-04.3.1t-34.3.1t-24.3.1t-14.3.1t-04.3.1r-04.3.1p-0

5.2-05.1-05.1d-04.3.1t-34.3.1t-24.3.1t-14.3.1t-04.3.1r-04.3.1p-04.3.1o-04.3.1m-04.3-24.3-14.2-54.2-44.2-34.2-24.2-14.1l-44.1l-34.1l-1

depends openjdk:

>=11

depends perl:

depends python:

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 snpsift

and update with::

   mamba update snpsift

To create a new environment, run:

mamba create --name myenvname snpsift

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

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

Notes

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

Download stats