recipe varlociraptor

Flexible, uncertainty-aware variant calling with parameter free filtration via FDR control.

Homepage:

https://varlociraptor.github.io

License:

GPL / GPLv3

Recipe:

/varlociraptor/meta.yaml

package varlociraptor

(downloads) docker_varlociraptor

versions:
8.4.6-08.4.5-08.4.4-08.4.3-08.4.2-08.4.1-08.4.0-08.3.0-18.3.0-0

8.4.6-08.4.5-08.4.4-08.4.3-08.4.2-08.4.1-08.4.0-08.3.0-18.3.0-08.2.0-08.1.1-28.1.1-08.1.0-28.1.0-18.1.0-08.0.0-07.0.0-06.0.0-05.10.0-05.9.1-05.9.0-05.8.0-05.7.0-05.6.2-05.6.1-05.6.0-05.5.0-05.4.1-05.4.0-05.3.3-05.3.1-15.3.1-05.3.0-25.3.0-15.3.0-05.2.0-05.1.0-05.0.3-05.0.2-05.0.1-05.0.0-04.12.0-04.11.4-04.11.3-14.11.3-04.11.2-14.11.2-04.11.1-14.11.1-04.11.0-04.10.1-04.9.0-04.8.1-04.8.0-04.7.0-04.6.0-04.5.0-04.4.3-04.4.2-14.4.2-04.4.1-04.4.0-04.3.0-04.1.3-04.1.2-04.1.1-04.1.0-04.0.1-03.5.0-03.4.0-03.3.1-03.3.0-03.2.0-03.1.0-03.0.1-03.0.0-02.6.5-12.6.5-02.6.4-02.6.1-02.6.0-02.5.4-02.5.3-02.5.1-02.5.0-02.4.0-02.3.0-02.2.1-22.2.1-12.2.1-02.2.0-02.1.0-02.0.1-02.0.0-01.8.0-01.7.2-01.7.1-01.6.4-01.6.3-01.6.1-01.6.0-01.5.0-01.4.4-01.4.3-01.4.2-01.4.1-01.4.0-01.3.1-01.3.0-01.2.1-01.2.0-01.1.1-11.1.1-01.1.0-01.0.1-0

depends blis:

depends bzip2:

>=1.0.8,<2.0a0

depends gsl:

>=2.7,<2.8.0a0

depends libcblas:

>=3.9.0,<4.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends openssl:

>=3.2.1,<4.0a0

depends xz:

>=5.2.6,<6.0a0

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 varlociraptor

and update with::

   mamba update varlociraptor

To create a new environment, run:

mamba create --name myenvname varlociraptor

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

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

Download stats