recipe annonars

Genome annotation based on Rust and RocksDB.

Homepage:

https://github.com/varfish-org/annonars

License:

Apache-2.0

Recipe:

/annonars/meta.yaml

package annonars

(downloads) docker_annonars

versions:
0.36.1-10.36.1-00.36.0-00.35.0-00.34.1-00.34.0-10.34.0-00.33.0-00.32.0-0

0.36.1-10.36.1-00.36.0-00.35.0-00.34.1-00.34.0-10.34.0-00.33.0-00.32.0-00.31.2-00.31.1-00.31.0-00.30.1-00.30.0-00.29.4-00.29.3-00.29.2-00.29.1-00.29.0-00.28.0-00.27.0-00.26.1-00.26.0-00.25.0-00.24.5-00.24.4-00.24.2-00.24.1-00.24.0-00.23.1-00.22.0-00.21.1-00.21.0-00.20.0-00.19.0-00.18.0-00.17.0-00.16.0-00.15.0-00.14.1-00.13.0-00.12.9-00.12.8-00.12.7-00.12.4-00.10.0-00.9.0-00.8.0-00.7.0-00.6.0-00.5.1-00.5.0-00.3.0-00.2.0-0

depends libgcc-ng:

>=12

depends libsqlite:

>=3.45.2,<4.0a0

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends openssl:

>=3.2.1,<4.0a0

depends sqlite:

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 annonars

and update with::

   mamba update annonars

To create a new environment, run:

mamba create --name myenvname annonars

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

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

Download stats