Skip to content

🎇 SCelVis - web-based visualization of single-cell data. ➡️ ➡️ Demo ➡️➡️

License

Notifications You must be signed in to change notification settings

bihealth/scelvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Benedikt Obermayer
Sep 6, 2022
8509e3a · Sep 6, 2022
Nov 8, 2021
Jun 18, 2020
Jul 16, 2019
Jan 28, 2022
Sep 6, 2022
Mar 24, 2020
Jun 4, 2019
May 9, 2019
Jan 7, 2020
Nov 8, 2021
Mar 24, 2020
May 9, 2019
May 10, 2019
Sep 6, 2022
May 9, 2019
Jun 4, 2019
May 9, 2019
Sep 2, 2022
Jun 4, 2019
Jun 4, 2019
Jan 8, 2020
Sep 2, 2022
May 9, 2019

Repository files navigation

SCelVis: Easy Single-Cell Visualization

https://img.shields.io/conda/dn/bioconda/scelvis.svg?label=Bioconda https://api.codacy.com/project/badge/Grade/9ee0ec1424c143dfad9977a649f917f7 https://api.codacy.com/project/badge/Coverage/9ee0ec1424c143dfad9977a649f917f7 Documentation Status https://travis-ci.org/bihealth/scelvis.svg?branch=master

Documentation

The SCelVis documentation at ReadTheDocs.org contains comprehensive information including a Tutorial.

Movie

docs_manual/figures/scelvis_movie.gif

Installation

You can install with Pip and Bioconda or run directly via Docker.

$ pip install scelvis
# OR
$ conda install scelvis
# OR
$ docker run ghcr.io/bihealth/scelvis:0.8.8-0 scelvis --help

Look up the latest version (instead of 0.8.8-0 to use at here)

Building Docker Image

  1. Push changes to Github (we need a [git tree-ish](https://stackoverflow.com/questions/4044368/what-does-tree-ish-mean-in-git), so a tag works as well as a feature branch).
  2. Call GIT_TAG=tag-or-branch bash docker/build-docker.sh.
  3. Run with docker run ghcr.io/bihealth/scelvis:[version]-0.
  4. Push with docker push ghcr.io/bihealth/scelvis:[version]-0.