Files
cellxgene/README.md
2018-07-16 14:20:50 -07:00

627 B

cellxgene

A React + Redux web application for exploring large scale single cell RNA sequence data.

Requirements

  • OS: OSX, Windows, Linux
  • python 3.6
  • npm
  • Google Chrome

Installation

clone project

git clone https://github.com/chanzuckerberg/cellxgene.git

install client

cd cellxgene
./bin/build-client
python3 -m venv <env name>
source <env name>/bin/activate

install server

python setup.py install

run (with demo data)

cellxgene

Thanks to Alex Wolf his help with test data