:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'nextpolish' .. highlight: bash nextpolish ========== .. conda:recipe:: nextpolish :replaces_section_title: :noindex: Fast and accurately polish the genome generated by long reads :homepage: https://github.com/Nextomics/NextPolish :documentation: https://nextpolish.readthedocs.io/en/latest/index.html :license: GPL / GPL-3 :recipe: /`nextpolish `_/`meta.yaml `_ .. conda:package:: nextpolish |downloads_nextpolish| |docker_nextpolish| :versions: ``1.4.1-1``,  ``1.4.1-0`` :depends bwa: :depends bzip2: :depends libgcc-ng: ``>=12`` :depends libzlib: ``>=1.2.13,<1.3.0a0`` :depends minimap2: :depends paralleltask: :depends python: ``>=3.11,<3.12.0a0`` :depends samtools: :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 nextpolish and update with:: mamba update nextpolish To create a new environment, run:: mamba create --name myenvname nextpolish 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/nextpolish: (see `nextpolish/tags`_ for valid values for ````) .. |downloads_nextpolish| image:: https://img.shields.io/conda/dn/bioconda/nextpolish.svg?style=flat :target: https://anaconda.org/bioconda/nextpolish :alt: (downloads) .. |docker_nextpolish| image:: https://quay.io/repository/biocontainers/nextpolish/status :target: https://quay.io/repository/biocontainers/nextpolish .. _`nextpolish/tags`: https://quay.io/repository/biocontainers/nextpolish?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/nextpolish/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/nextpolish/README.html