:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'dunovo' .. highlight: bash dunovo ====== .. conda:recipe:: dunovo :replaces_section_title: :noindex: Du Novo\: A pipeline for processing duplex sequencing data. :homepage: https://github.com/galaxyproject/dunovo :license: GPL2 :recipe: /`dunovo `_/`meta.yaml `_ .. conda:package:: dunovo |downloads_dunovo| |docker_dunovo| :versions: .. raw:: html
3.0.2-13.0.2-02.16-02.15-42.15-32.15-22.15-12.15-02.14-0 ``3.0.2-1``,  ``3.0.2-0``,  ``2.16-0``,  ``2.15-4``,  ``2.15-3``,  ``2.15-2``,  ``2.15-1``,  ``2.15-0``,  ``2.14-0``,  ``2.0.12-0``,  ``2.0.9-0``,  ``2.0.8-0``,  ``2.0.6-0``,  ``0.8.1-0``,  ``0.7.6-1``,  ``0.7.6-0``,  ``0.7.5-0``,  ``0.7.4-0``,  ``0.7.1-0``,  ``0.7-0`` .. raw:: html
:depends bash: ``>=4.0.0`` :depends biopython: ``1.78.*`` :depends bowtie: ``>=1.3.0`` :depends coreutils: :depends file: :depends gawk: :depends gzip: :depends libgcc-ng: ``>=10.3.0`` :depends mafft: ``7.221.*`` :depends networkx: ``2.4.*`` :depends python: ``>=3.6`` :depends samtools: ``1.9.*`` :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 dunovo and update with:: mamba update dunovo To create a new environment, run:: mamba create --name myenvname dunovo 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/dunovo: (see `dunovo/tags`_ for valid values for ````) .. |downloads_dunovo| image:: https://img.shields.io/conda/dn/bioconda/dunovo.svg?style=flat :target: https://anaconda.org/bioconda/dunovo :alt: (downloads) .. |docker_dunovo| image:: https://quay.io/repository/biocontainers/dunovo/status :target: https://quay.io/repository/biocontainers/dunovo .. _`dunovo/tags`: https://quay.io/repository/biocontainers/dunovo?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/dunovo/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/dunovo/README.html