recipe simple_sv_annotation

Simplify snpEff annotations for interesting cases

Homepage:

https://github.com/AstraZeneca-NGS/simple_sv_annotation

License:

MIT

Recipe:

/simple_sv_annotation/meta.yaml

package simple_sv_annotation

(downloads) docker_simple_sv_annotation

versions:
2019.02.18-02018.05.29-12018.05.29-02017.05.14-02017.02.17-02016.07.08-12016.07.08-02016.06.15-12016.06.15-0

2019.02.18-02018.05.29-12018.05.29-02017.05.14-02017.02.17-02016.07.08-12016.07.08-02016.06.15-12016.06.15-02015.11.24-02015.11.16-02015.11.05-02015.10.23-0

depends python:

depends pyvcf:

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 simple_sv_annotation

and update with::

   mamba update simple_sv_annotation

To create a new environment, run:

mamba create --name myenvname simple_sv_annotation

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

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

Download stats