mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
59022d7a9c87e737d31e6887e33b5ecb2b90fb70
Csweaver/tests
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
To use with virtual env for python (optional, but recommended)
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
Languages
JavaScript
68.4%
Python
30.1%
Makefile
0.7%
HTML
0.4%
CSS
0.2%