recipe minimap2

A versatile pairwise aligner for genomic and spliced nucleotide sequences.

Homepage:

https://github.com/lh3/minimap2

License:

MIT

Recipe:

/minimap2/meta.yaml

package minimap2

(downloads) docker_minimap2

versions:
2.27-12.27-02.26-22.26-12.26-02.25-02.24-12.24-02.23-0

2.27-12.27-02.26-22.26-12.26-02.25-02.24-12.24-02.23-02.22-02.21-02.20-02.19-02.18-02.17-42.17-32.17-22.17-12.17-02.16-12.16-02.15-12.15-02.14-02.13-02.12-02.11-02.10-12.9-12.8-12.8-02.7-12.7-02.6.1-02.6-02.5-02.4-02.3-02.1.1-02.1.r311-02.0.r191-0

depends k8:

depends libgcc-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.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 minimap2

and update with::

   mamba update minimap2

To create a new environment, run:

mamba create --name myenvname minimap2

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

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

Download stats