Skip to content

reimerlab/odor-meso-gui

Repository files navigation

odor-meso-gui

Graphical interface for odor meso experiments for Reimer Lab and Pfaffinger Lab at BCM.

Running with python virtual environment

  1. Clone repository
git clone https://github.com/reimerlab/odor-meso-gui.git
  1. Set up virtual environment with pip or conda

  2. Inside the virtual env, go to the cloned directory and

pip install -e .
  1. Set up dj.config globally

  2. run the server with

python odor_meso_gui/index.py
  1. Go to 0.0.0.0:8000 in your browser to start using the GUI

Running with docker

  1. Clone repository
git clone https://github.com/reimerlab/odor-meso-gui.git
  1. Go to the directory you just cloned.
  2. Copy .env_template as .env and fill in the credentials
  3. docker-compose up -d
  4. Go to 0.0.0.0:8000 in your browser to start using the GUI

How to update if running with Docker?

  1. go to the directory odor-meso-gui
  2. git pull
  3. docker-compose down
  4. docker-compose up -d --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •