recipe mapcaller

MapCaller: combined short-read mapper and variant caller

Homepage:

https://github.com/hsinnan75/MapCaller

License:

MIT

Recipe:

/mapcaller/meta.yaml

Links:

doi: 10.1101/783605

An efficient and versatile approach for short-read mapping and variant identification using high-throughput sequenced data.

package mapcaller

(downloads) docker_mapcaller

versions:
0.9.9.41-40.9.9.41-30.9.9.41-20.9.9.41-10.9.9.41-00.9.9.40-00.9.9.39-00.9.9.38-00.9.9.37-0

0.9.9.41-40.9.9.41-30.9.9.41-20.9.9.41-10.9.9.41-00.9.9.40-00.9.9.39-00.9.9.38-00.9.9.37-00.9.9.35-00.9.9.34-00.9.9.33-00.9.9.32-00.9.9.31-00.9.9.30-00.9.9.29-00.9.9.28-00.9.9.27-00.9.9.26-00.9.9.25-00.9.9.23-00.9.9.22-00.9.9.21-00.9.9.19-00.9.9.18-00.9.9.17-00.9.9.16-00.9.9.15-00.9.9.7-00.9.9.6-0

depends boost-cpp:

>=1.78.0,<1.78.1.0a0

depends bzip2:

>=1.0.8,<2.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends xz:

>=5.2.6,<6.0a0

depends zlib:

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 mapcaller

and update with::

   mamba update mapcaller

To create a new environment, run:

mamba create --name myenvname mapcaller

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

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

Download stats