:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'usearch' .. highlight: bash usearch ======= .. conda:recipe:: usearch/9.0.2132 :replaces_section_title: :noindex: USEARCH is a unique sequence analysis tool which offers search and clustering algorithms that are often orders of magnitude faster than BLAST. :homepage: https://github.com/rcedgar/usearch_old_binaries :documentation: https://drive5.com/usearch/ :license: CC / CC0 :recipe: /`usearch `_/`9.0.2132 `_/`meta.yaml `_ .. conda:package:: usearch |downloads_usearch| |docker_usearch| :versions: .. raw:: html
12.0_beta-112.0_beta-011.0.667-010.0.259-010.0.240-09.2.64-09.1.13-09.0.2132-08.1.1861-0 ``12.0_beta-1``,  ``12.0_beta-0``,  ``11.0.667-0``,  ``10.0.259-0``,  ``10.0.240-0``,  ``9.2.64-0``,  ``9.1.13-0``,  ``9.0.2132-0``,  ``8.1.1861-0``,  ``8.0.1623-0``,  ``7.0.1090-0``,  ``6.1.544-0``,  ``5.2.236-0``,  ``5.2.32-0`` .. raw:: html
:requirements: :additional platforms: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 usearch and update with:: mamba update usearch To create a new environment, run:: mamba create --name myenvname usearch 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/usearch: (see `usearch/tags`_ for valid values for ````) .. |downloads_usearch| image:: https://img.shields.io/conda/dn/bioconda/usearch.svg?style=flat :target: https://anaconda.org/bioconda/usearch :alt: (downloads) .. |docker_usearch| image:: https://quay.io/repository/biocontainers/usearch/status :target: https://quay.io/repository/biocontainers/usearch .. _`usearch/tags`: https://quay.io/repository/biocontainers/usearch?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/usearch/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/usearch/README.html