Code for:
Denovellis, E.L., Gillespie, A.K., Coulter, M.E., Sosa, M., Chung, J.E., Eden, U.T., and Frank, L.M. (2021). Hippocampal replay of experience at real-world speeds. ELife 10, e64505.
git clone https://github.com/Eden-Kramer-Lab/replay_trajectory_paper.git
- Go into the replay_trajectory_paper folder:
cd replay_trajectory_paper
- Create conda environment (you'll have to install miniconda or anaconda if you haven't already):
conda env create -f environment.yml
- Activate the conda environment
conda activate replay_trajectory_paper
- Make package editable:
pip install --editable .