:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'vispr' .. highlight: bash vispr ===== .. conda:recipe:: vispr :replaces_section_title: :noindex: VISPR is a visualization framework and analysis workflow for CRISPR\/Cas9 knockout screens. VISPR is designed to display results calculated by MAGeCK. :homepage: https://bitbucket.org/liulab/vispr :license: MIT / MIT :recipe: /`vispr `_/`meta.yaml `_ .. conda:package:: vispr |downloads_vispr| |docker_vispr| :versions: .. raw:: html
0.4.17-10.4.17-00.4.16-00.4.15-00.4.14-20.4.14-10.4.14-00.4.13-00.4.12-0 ``0.4.17-1``,  ``0.4.17-0``,  ``0.4.16-0``,  ``0.4.15-0``,  ``0.4.14-2``,  ``0.4.14-1``,  ``0.4.14-0``,  ``0.4.13-0``,  ``0.4.12-0``,  ``0.4.11-0``,  ``0.4.10-0``,  ``0.4.9-0``,  ``0.4.8-0``,  ``0.4.7-0``,  ``0.4.6-0`` .. raw:: html
:depends appdirs: :depends flask: :depends numpy: ``1.10.*`` :depends pandas: :depends python: ``>=3`` :depends pyyaml: :depends scikit-learn: :depends scipy: :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 vispr and update with:: mamba update vispr To create a new environment, run:: mamba create --name myenvname vispr 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/vispr: (see `vispr/tags`_ for valid values for ````) .. |downloads_vispr| image:: https://img.shields.io/conda/dn/bioconda/vispr.svg?style=flat :target: https://anaconda.org/bioconda/vispr :alt: (downloads) .. |docker_vispr| image:: https://quay.io/repository/biocontainers/vispr/status :target: https://quay.io/repository/biocontainers/vispr .. _`vispr/tags`: https://quay.io/repository/biocontainers/vispr?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/vispr/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/vispr/README.html