recipe bowtie2

Fast and sensitive gapped read alignment

Homepage:

http://bowtie-bio.sourceforge.net/bowtie2/index.shtml

License:

GPL3 / GPL-3.0-only

Recipe:

/bowtie2/meta.yaml

Links:

biotools: bowtie2, doi: 10.1038/nmeth.1923, debian: bowtie2, usegalaxy-eu: bowtie2

package bowtie2

(downloads) docker_bowtie2

versions:
2.5.3-02.5.2-02.5.1-22.5.1-12.5.1-02.5.0-02.4.5-42.4.5-32.4.5-2

2.5.3-02.5.2-02.5.1-22.5.1-12.5.1-02.5.0-02.4.5-42.4.5-32.4.5-22.4.5-12.4.5-02.4.4-12.4.4-02.4.3-02.4.2-22.4.2-12.4.2-02.4.1-32.4.1-22.4.1-12.4.1-02.3.5.1-02.3.5-02.3.4.3-12.3.4.3-02.3.4.2-02.3.4.1-12.3.4.1-02.3.4-02.3.3.1-02.3.2-12.3.0-12.3.0-02.2.8-22.2.8-12.2.8-02.2.7-12.2.7-02.2.6-02.2.5-82.2.5-72.2.5-62.2.5-52.2.5-42.2.5-32.2.5-22.2.5-12.2.4-82.2.4-72.2.4-62.2.4-52.2.4-42.2.4-32.2.4-22.2.4-12.2.4-02.2.1-52.2.1-42.2.1-32.2.1-22.2.1-12.2.1-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends perl:

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends tbb:

>=2021.11.0

depends zlib:

depends zstd:

>=1.5.5,<1.6.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 bowtie2

and update with::

   mamba update bowtie2

To create a new environment, run:

mamba create --name myenvname bowtie2

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

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

Download stats