:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bandage_ng' .. highlight: bash bandage_ng ========== .. conda:recipe:: bandage_ng :replaces_section_title: :noindex: Bandage \- a Bioinformatics Application for Navigating De novo Assembly Graphs Easily. :homepage: https://github.com/asl/BandageNG :documentation: https://github.com/asl/BandageNG/blob/v2025.12.3/README.md :license: GPL3 / GPL-3.0-or-later :recipe: /`bandage_ng `_/`meta.yaml `_ :links: doi: :doi:`10.1093/bioinformatics/btv383` .. conda:package:: bandage_ng |downloads_bandage_ng| |docker_bandage_ng| :versions: .. raw:: html
2025.12.3-02025.12.2-02025.12.1-02025.6.1-02025.5.1-02025.4.1-02022.09-42022.09-32022.09-2 ``2025.12.3-0``,  ``2025.12.2-0``,  ``2025.12.1-0``,  ``2025.6.1-0``,  ``2025.5.1-0``,  ``2025.4.1-0``,  ``2022.09-4``,  ``2022.09-3``,  ``2022.09-2``,  ``2022.09-1``,  ``2022.09-0`` .. raw:: html
:depends fonts-conda-ecosystem: :depends libgcc: ``>=13`` :depends libstdcxx: ``>=13`` :depends libvulkan-loader: ``>=1.4.328.1,<2.0a0`` :depends qt6-main: :depends xorg-libice: ``>=1.1.2,<2.0a0`` :depends xorg-libsm: ``>=1.2.6,<2.0a0`` :depends xorg-libx11: ``>=1.8.12,<2.0a0`` :depends xorg-libxcomposite: ``>=0.4.6,<1.0a0`` :depends xorg-libxdamage: ``>=1.1.6,<2.0a0`` :depends xorg-libxext: ``>=1.3.6,<2.0a0`` :depends xorg-libxxf86vm: ``>=1.1.6,<2.0a0`` :requirements: :additional platforms: .. raw:: html linux-aarch64osx-arm64 .. 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 bandage_ng and update with:: mamba update bandage_ng To create a new environment, run:: mamba create --name myenvname bandage_ng 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/bandage_ng: (see `bandage_ng/tags`_ for valid values for ````) .. |downloads_bandage_ng| image:: https://img.shields.io/conda/dn/bioconda/bandage_ng.svg?style=flat :target: https://anaconda.org/bioconda/bandage_ng :alt: (downloads) .. |docker_bandage_ng| image:: https://quay.io/repository/biocontainers/bandage_ng/status :target: https://quay.io/repository/biocontainers/bandage_ng .. _`bandage_ng/tags`: https://quay.io/repository/biocontainers/bandage_ng?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/bandage_ng/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bandage_ng/README.html