Graphical interface for odor meso experiments for Reimer Lab and Pfaffinger Lab at BCM.
- Clone repository
git clone https://github.com/reimerlab/odor-meso-gui.git
-
Set up virtual environment with pip or conda
-
Inside the virtual env, go to the cloned directory and
pip install -e .
-
Set up dj.config globally
-
run the server with
python odor_meso_gui/index.py
- Go to 0.0.0.0:8000 in your browser to start using the GUI
- Clone repository
git clone https://github.com/reimerlab/odor-meso-gui.git
- Go to the directory you just cloned.
- Copy
.env_template
as.env
and fill in the credentials docker-compose up -d
- Go to 0.0.0.0:8000 in your browser to start using the GUI
- go to the directory
odor-meso-gui
- git pull
docker-compose down
docker-compose up -d --build