recipe minimap2

A versatile pairwise aligner for genomic and spliced nucleotide sequences.

Homepage:

https://github.com/lh3/minimap2

Documentation:

https://lh3.github.io/minimap2/minimap2.html

License:

MIT / MIT

Recipe:

/minimap2/meta.yaml

Links:

biotools: minimap2, usegalaxy-eu: minimap2, doi: 10.1093/bioinformatics/bty191

package minimap2

(downloads) docker_minimap2

Versions:
2.30-02.29-02.28-42.28-32.28-22.28-12.28-02.27-12.27-0

2.30-02.29-02.28-42.28-32.28-22.28-12.28-02.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:
  • on k8

  • on libgcc >=13

  • on libzlib >=1.3.1,<2.0a0

Additional platforms:
linux-aarch64osx-arm64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install minimap2

to add into an existing workspace instead, run:

pixi add minimap2

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install minimap2

Alternatively, to install into a new environment, run:

conda create -n envname minimap2

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/minimap2:<tag>

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

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats