Tong Shu Li (Su Lab) and Michael Petrascheck (Lab Website)
- Create a virtual environment:
pyvenv venv
- Install dependencies with
pip
:pip3 install -r requirements.txt
- Start the virtual environment:
source venv/bin/activate
- Start the Jupyter server:
jupyter notebook
data
: Data storage directory. Also contains simple scripts used to clean the raw data.src
: Frequently used functions and utilities.analysis
: Jupyter notebooks containing analyses of the data.