recipe vardict

A sensitive variant caller for both single and paired sample variant calling

Homepage:

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

License:

MIT / MIT

Recipe:

/vardict/meta.yaml

package vardict

(downloads) docker_vardict

versions:
2019.06.04-02018.10.18-12018.10.18-02018.09.21-02018.07.25-02018.07.24-02018.06.21-02018.04.27-12018.04.27-0

2019.06.04-02018.10.18-12018.10.18-02018.09.21-02018.07.25-02018.07.24-02018.06.21-02018.04.27-12018.04.27-02017.11.23-02017.09.24-02017.04.18-02017.02.16-02017.02.10-02017.02.01-02017.01.27-02016.12.02-02016.02.19-02016.01.27-02015.10.30-01.8.2-21.8.2-11.8.2-01.8.1-0

depends perl:

>=5.26.2,<5.26.3.0a0

depends vardict-java:

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 vardict

and update with::

   mamba update vardict

To create a new environment, run:

mamba create --name myenvname vardict

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

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

Download stats