mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 20:57:59 +08:00
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
export CELLXGENE_LOCATION=$(pwd)/.cellxgene-gateway/bin/cellxgene
|
|
export CELLXGENE_DATA=../cellxgene_data
|
|
export GATEWAY_IP=127.0.0.1
|
|
|
|
#Once these are set, you run like a normal Flask app
|
|
cellxgene-gateway
|