:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'andi' .. highlight: bash andi ==== .. conda:recipe:: andi :replaces_section_title: :noindex: Efficient Estimation of Evolutionary Distances :homepage: https://github.com/evolbioinf/andi/ :license: GPL / GPL-3.0-or-later :recipe: /`andi `_/`meta.yaml `_ :links: biotools: :biotools:`andi`, doi: :doi:`10.1093/bioinformatics/btu815` .. conda:package:: andi |downloads_andi| |docker_andi| :versions: .. raw:: html
0.14-00.13-40.13-30.13-20.13-10.13-00.12-40.12-30.12-0 ``0.14-0``,  ``0.13-4``,  ``0.13-3``,  ``0.13-2``,  ``0.13-1``,  ``0.13-0``,  ``0.12-4``,  ``0.12-3``,  ``0.12-0``,  ``0.11-1``,  ``0.11-0``,  ``0.10-0`` .. raw:: html
:depends gsl: ``>=2.7,<2.8.0a0`` :depends libdivsufsort: ``>=2.0.2,<2.1.0a0`` :depends libgcc-ng: ``>=12`` :depends mkl: :depends openblas: :requirements: .. 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 andi and update with:: mamba update andi To create a new environment, run:: mamba create --name myenvname andi 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/andi: (see `andi/tags`_ for valid values for ````) .. |downloads_andi| image:: https://img.shields.io/conda/dn/bioconda/andi.svg?style=flat :target: https://anaconda.org/bioconda/andi :alt: (downloads) .. |docker_andi| image:: https://quay.io/repository/biocontainers/andi/status :target: https://quay.io/repository/biocontainers/andi .. _`andi/tags`: https://quay.io/repository/biocontainers/andi?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/andi/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/andi/README.html