:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'mummer2circos' .. highlight: bash mummer2circos ============= .. conda:recipe:: mummer2circos :replaces_section_title: :noindex: Circular bacterial genome plots based on BLAST or NUCMER\/PROMER alignments :homepage: https://github.com/metagenlab/mummer2circos :license: MIT :recipe: /`mummer2circos `_/`meta.yaml `_ .. conda:package:: mummer2circos |downloads_mummer2circos| |docker_mummer2circos| :versions: ``1.4.2-0`` :depends biopython: ``1.72.*`` :depends blast: :depends circos: ``0.69.8 0`` :depends libiconv: :depends libwebp: ``0.5.*`` :depends matplotlib-base: :depends mummer: :depends pandas: :depends perl-math-bezier: ``0.01 pl526_1`` :depends perl-math-round: ``0.07 pl526_1`` :depends perl-math-vecstat: ``0.08 pl526_1`` :depends perl-set-intspan: ``1.19 pl526_1`` :depends perl-statistics-basic: ``1.6611 pl526_2`` :depends python: :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 mummer2circos and update with:: mamba update mummer2circos To create a new environment, run:: mamba create --name myenvname mummer2circos 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/mummer2circos: (see `mummer2circos/tags`_ for valid values for ````) .. |downloads_mummer2circos| image:: https://img.shields.io/conda/dn/bioconda/mummer2circos.svg?style=flat :target: https://anaconda.org/bioconda/mummer2circos :alt: (downloads) .. |docker_mummer2circos| image:: https://quay.io/repository/biocontainers/mummer2circos/status :target: https://quay.io/repository/biocontainers/mummer2circos .. _`mummer2circos/tags`: https://quay.io/repository/biocontainers/mummer2circos?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/mummer2circos/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/mummer2circos/README.html