recipe vsearch

A versatile open source tool for metagenomics (USEARCH alternative)

Homepage:

https://github.com/torognes/vsearch

License:

GPL3 / GPL-3.0-or-later OR BSD-2-Clause

Recipe:

/vsearch/meta.yaml

Links:

biotools: vsearch, doi: 10.7717/peerj.2584

package vsearch

(downloads) docker_vsearch

versions:
2.27.1-02.27.0-12.27.0-02.26.1-02.26.0-02.25.0-02.24.0-02.23.0-02.22.1-2

2.27.1-02.27.0-12.27.0-02.26.1-02.26.0-02.25.0-02.24.0-02.23.0-02.22.1-22.22.1-12.22.1-02.21.2-02.21.1-12.21.1-02.21.0-02.20.1-02.20.0-02.19.0-02.18.0-02.17.1-02.17.0-12.17.0-02.16.0-02.15.2-12.15.2-02.15.1-02.15.0-02.14.2-02.14.1-02.14.0-02.13.7-02.13.6-02.13.4-42.13.4-02.13.3-02.13.1-02.13.0-02.11.1-02.10.4-12.10.4-02.10.3-02.10.2-02.10.1-02.10.0-02.9.1-02.9.0-02.8.5-02.8.3-02.8.2-02.8.1-02.8.0-12.8.0-02.7.0-12.7.0-02.6.0-12.6.0-02.5.0-02.4.4-02.4.3-02.4.0-02.3.4-02.3.2-02.0.3-12.0.3-02.0.2-02.0.0-01.11.1-01.10.2-01.9.7-01.9.5-01.1.3-0

depends bzip2:

>=1.0.8,<2.0a0

depends libgcc-ng:

>=12

depends libstdcxx-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 vsearch

and update with::

   mamba update vsearch

To create a new environment, run:

mamba create --name myenvname vsearch

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

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

Download stats