:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'qualimap' .. highlight: bash qualimap ======== .. conda:recipe:: qualimap :replaces_section_title: :noindex: Quality control of alignment sequencing data and its derivatives like feature counts :homepage: http://qualimap.bioinfo.cipf.es/ :license: GPL-2.0-or-later :recipe: /`qualimap `_/`meta.yaml `_ :links: biotools: :biotools:`qualimap` .. conda:package:: qualimap |downloads_qualimap| |docker_qualimap| :versions: .. raw:: html
2.3-02.2.2d-22.2.2d-12.2.2d-02.2.2c-12.2.2c-02.2.2b-12.2.2b-02.2.2a-3 ``2.3-0``,  ``2.2.2d-2``,  ``2.2.2d-1``,  ``2.2.2d-0``,  ``2.2.2c-1``,  ``2.2.2c-0``,  ``2.2.2b-1``,  ``2.2.2b-0``,  ``2.2.2a-3``,  ``2.2.2a-2``,  ``2.2.2a-1``,  ``2.2.2a-0``,  ``2.2-0``,  ``2.1.3-1``,  ``2.1.3-0``,  ``2.1.1-1``,  ``2.1.1-0`` .. raw:: html
:depends bioconductor-noiseq: :depends bioconductor-rsamtools: :depends bioconductor-rtracklayer: :depends fonts-conda-ecosystem: :depends openjdk: :depends r-optparse: :depends r-xml: :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 qualimap and update with:: mamba update qualimap To create a new environment, run:: mamba create --name myenvname qualimap 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/qualimap: (see `qualimap/tags`_ for valid values for ````) .. |downloads_qualimap| image:: https://img.shields.io/conda/dn/bioconda/qualimap.svg?style=flat :target: https://anaconda.org/bioconda/qualimap :alt: (downloads) .. |docker_qualimap| image:: https://quay.io/repository/biocontainers/qualimap/status :target: https://quay.io/repository/biocontainers/qualimap .. _`qualimap/tags`: https://quay.io/repository/biocontainers/qualimap?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/qualimap/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/qualimap/README.html