:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'cellxgene' .. highlight: bash cellxgene ========= .. conda:recipe:: cellxgene :replaces_section_title: :noindex: Web application for exploration of large scale scRNA\-seq datasets :homepage: https://chanzuckerberg.github.io/cellxgene/ :documentation: https://github.com/chanzuckerberg/cellxgene :license: MIT / MIT :recipe: /`cellxgene `_/`meta.yaml `_ :links: usegalaxy-eu: :usegalaxy-eu:`interactive_tool_cellxgene` .. conda:package:: cellxgene |downloads_cellxgene| |docker_cellxgene| :versions: .. raw:: html
1.2.0-01.1.2-01.1.1-01.1.0-01.0.1-01.0.0-00.16.7-00.16.6-00.16.5-0 ``1.2.0-0``,  ``1.1.2-0``,  ``1.1.1-0``,  ``1.1.0-0``,  ``1.0.1-0``,  ``1.0.0-0``,  ``0.16.7-0``,  ``0.16.6-0``,  ``0.16.5-0``,  ``0.16.4-0``,  ``0.16.2-0``,  ``0.16.0-0`` .. raw:: html
:depends anndata: ``>=0.7.6`` :depends boto3: ``>=1.12.18`` :depends click: ``>=7.1.2`` :depends fastobo: ``>=0.6.1`` :depends flask: ``>=1.0.2`` :depends flask-compress: ``>=1.4.0`` :depends flask-cors: ``>=3.0.9`` :depends flask-restful: ``>=0.3.6`` :depends flask-server-timing: ``>=0.1.2`` :depends flask-talisman: ``>=0.7.0`` :depends flatten-dict: ``>=0.2.0`` :depends fsspec: ``>=0.4.4,<0.8.0`` :depends gunicorn: ``>=20.0.4`` :depends h5py: ``>=3.0.0`` :depends numba: ``>=0.51.2`` :depends numpy: ``>=1.17.5`` :depends packaging: ``>=20.0`` :depends pandas: ``>=1.0,!=1.1`` :depends python: ``>=3.6`` :depends python-flatbuffers: ``>=1.11.0,<2.0.0`` :depends pyyaml: ``>=5.4`` :depends requests: ``>=2.22.0`` :depends s3fs: ``0.4.2`` :depends scipy: ``>=1.4.0`` :depends sqlalchemy: :depends tiledb-py: ``>=0.6.2`` :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 cellxgene and update with:: mamba update cellxgene To create a new environment, run:: mamba create --name myenvname cellxgene 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/cellxgene: (see `cellxgene/tags`_ for valid values for ````) .. |downloads_cellxgene| image:: https://img.shields.io/conda/dn/bioconda/cellxgene.svg?style=flat :target: https://anaconda.org/bioconda/cellxgene :alt: (downloads) .. |docker_cellxgene| image:: https://quay.io/repository/biocontainers/cellxgene/status :target: https://quay.io/repository/biocontainers/cellxgene .. _`cellxgene/tags`: https://quay.io/repository/biocontainers/cellxgene?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/cellxgene/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/cellxgene/README.html