- recipe snpsift
Toolbox that allows you to filter and manipulate annotated files
- Homepage:
- License:
LGPLv3
- Recipe:
- Links:
biotools: SnpSift, doi: 10.3389/fgene.2012.00035
- package snpsift¶
- versions:
5.2-0
,5.1-0
,5.1d-0
,4.3.1t-3
,4.3.1t-2
,4.3.1t-1
,4.3.1t-0
,4.3.1r-0
,4.3.1p-0
,5.2-0
,5.1-0
,5.1d-0
,4.3.1t-3
,4.3.1t-2
,4.3.1t-1
,4.3.1t-0
,4.3.1r-0
,4.3.1p-0
,4.3.1o-0
,4.3.1m-0
,4.3-2
,4.3-1
,4.2-5
,4.2-4
,4.2-3
,4.2-2
,4.2-1
,4.1l-4
,4.1l-3
,4.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¶
Link to this page¶
Render an 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/snpsift/README.html)