|
| 1 | +:orphan: .. only available via index, not via toctree |
| 2 | + |
| 3 | +.. title:: Package Recipe 'bubblefinder' |
| 4 | +.. highlight: bash |
| 5 | +
|
| 6 | +bubblefinder |
| 7 | +============ |
| 8 | + |
| 9 | +.. conda:recipe:: bubblefinder |
| 10 | + :replaces_section_title: |
| 11 | + :noindex: |
| 12 | + |
| 13 | + BubbleFinder \- detecting superbubbles\/snarls in graphs |
| 14 | + |
| 15 | + :homepage: https://github.com/algbio/BubbleFinder |
| 16 | + :license: MIT |
| 17 | + :recipe: /`bubblefinder <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bubblefinder>`_/`meta.yaml <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bubblefinder/meta.yaml>`_ |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +.. conda:package:: bubblefinder |
| 23 | +
|
| 24 | + |downloads_bubblefinder| |docker_bubblefinder| |
| 25 | + |
| 26 | + :versions: |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + ``1.0.1-0`` |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + :depends coin-or-cbc: ``>=2.10.12,<2.11.0a0`` |
| 36 | + :depends coincbc: |
| 37 | + :depends libgcc: ``>=13`` |
| 38 | + :depends libstdcxx: ``>=13`` |
| 39 | + :requirements: |
| 40 | + |
| 41 | + :additional platforms: |
| 42 | + |
| 43 | + |
| 44 | + .. rubric:: Installation |
| 45 | + |
| 46 | + You need a conda-compatible package manager |
| 47 | + (currently either `micromamba <https://mamba.readthedocs.io>`_, `mamba <https://mamba.readthedocs.io>`_, or `conda <https://docs.conda.io/projects/conda>`_) |
| 48 | + and the Bioconda channel already activated (see :ref:`set-up-channels`). |
| 49 | + |
| 50 | + While any of above package managers is fine, it is currently recommended to use either |
| 51 | + micromamba or mamba (see `here <https://mamba.readthedocs.io>`_ for installation instructions). |
| 52 | + We will show all commands using mamba below, but the arguments are the same for the two |
| 53 | + others. |
| 54 | + |
| 55 | + Given that you already have a conda environment in which you want to have this package, install with:: |
| 56 | + |
| 57 | + mamba install bubblefinder |
| 58 | + |
| 59 | + and update with:: |
| 60 | + |
| 61 | + mamba update bubblefinder |
| 62 | + |
| 63 | + To create a new environment, run:: |
| 64 | + |
| 65 | + mamba create --name myenvname bubblefinder |
| 66 | + |
| 67 | + with ``myenvname`` being a reasonable name for the environment |
| 68 | + (see e.g. the `mamba docs <https://mamba.readthedocs.io>`_ for details and further options). |
| 69 | + |
| 70 | + Alternatively, use the docker container:: |
| 71 | + |
| 72 | + docker pull quay.io/biocontainers/bubblefinder:<tag> |
| 73 | + |
| 74 | + (see `bubblefinder/tags`_ for valid values for ``<tag>``) |
| 75 | + |
| 76 | + |
| 77 | +.. |downloads_bubblefinder| image:: https://img.shields.io/conda/dn/bioconda/bubblefinder.svg?style=flat |
| 78 | + :target: https://anaconda.org/bioconda/bubblefinder |
| 79 | + :alt: (downloads) |
| 80 | +.. |docker_bubblefinder| image:: https://quay.io/repository/biocontainers/bubblefinder/status |
| 81 | + :target: https://quay.io/repository/biocontainers/bubblefinder |
| 82 | +.. _`bubblefinder/tags`: https://quay.io/repository/biocontainers/bubblefinder?tab=tags |
| 83 | + |
| 84 | + |
| 85 | +.. raw:: html |
| 86 | + |
| 87 | + <script> |
| 88 | + var package = "bubblefinder"; |
| 89 | + var versions = ["1.0.1"]; |
| 90 | + </script> |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +Download stats |
| 98 | +----------------- |
| 99 | + |
| 100 | +.. raw:: html |
| 101 | + :file: ../../templates/package_dashboard.html |
| 102 | + |
| 103 | +Link to this page |
| 104 | +----------------- |
| 105 | + |
| 106 | +Render an |install-with-bioconda| badge with the following MarkDown:: |
| 107 | + |
| 108 | + [](http://bioconda.github.io/recipes/bubblefinder/README.html) |
| 109 | + |
| 110 | +.. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat |
| 111 | + :target: http://bioconda.github.io/recipes/bubblefinder/README.html |
0 commit comments