recipe unimap

Unimap is a fork of minimap2 optimized for assembly-to-reference alignment.

Homepage:

https://github.com/lh3/unimap

License:

MIT

Recipe:

/unimap/meta.yaml

Unimap is a fork of minimap2 optimized for assembly-to-reference alignment. It integrates the minigraph chaining algorithm and can align through long INDELs (up to 100kb by default) much faster than minimap2. Unimap is a better fit for resolving segmental duplications and is recommended over minimap2 for alignment between high-quality assemblies.

Unimap does not replace minimap2 for other types of alignment. It drops the support of multi-part index and short-read mapping. Its long-read alignment is different from minimap2 but is not necessarily better. Unimap is more of a specialized minimap2 at the moment.

package unimap

(downloads) docker_unimap

versions:

0.1-40.1-30.1-20.1-10.1-0

depends libgcc-ng:

>=12

depends libzlib:

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

and update with::

   mamba update unimap

To create a new environment, run:

mamba create --name myenvname unimap

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

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

Download stats