recipe ucsc-cell-browser

A browser for single-cell data, main site at http://cells.ucsc.edu. UCSC Cellbrowser, an interactive browser for single cell data. Includes importers and basic pipelines for text files, Seurat, Scanpy and Cellranger. All Javascript - does not require a server backend.

Homepage:

https://cells.ucsc.edu

Documentation:

https://cellbrowser.readthedocs.io/en/master/

Developer docs:

https://github.com/maximilianh/cellBrowser

License:

GPL3 / GPL-3.0-or-later

Recipe:

/ucsc-cell-browser/meta.yaml

Links:

doi: 10.1093/bioinformatics/btab503

package ucsc-cell-browser

(downloads) docker_ucsc-cell-browser

versions:
1.2.5-01.2.4-01.2.3-01.2.2-01.1.1-11.1.1-01.1.0-01.0.1-01.0.0-0

1.2.5-01.2.4-01.2.3-01.2.2-01.1.1-11.1.1-01.1.0-01.0.1-01.0.0-00.7.15-00.7.14-00.7.13-00.7.11-00.7.10-00.7.9-00.7.8-00.7.7-00.7.6-00.7.5-00.7.4-00.7.3-00.7.2-00.7.1-00.7-00.5.49-00.5.46-00.5.45-00.5.43-10.5.43-00.5.38-00.5.37-00.5.21-00.4.56-00.4.38-00.4.35-00.4.23-10.4.23-0

depends anndata:

depends numpy:

depends python:

>=3.6,<3.12

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see 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 ucsc-cell-browser

and update with::

   mamba update ucsc-cell-browser

To create a new environment, run:

mamba create --name myenvname ucsc-cell-browser

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/ucsc-cell-browser:<tag>

(see `ucsc-cell-browser/tags`_ for valid values for ``<tag>``)

Download stats