Config and pipeline definitions for spike sorting, trials, etc.
We have a Conda environment called gold_pipelines defined here in environment.yml. If you create this environment locally and activate it, you should be all set to work with pipelines here in this repo.
This should meet dependenices for two main Python projects:
Here are some commands for setting up the Conda environment.
# get this repo
git clone https://github.com/TheGoldLab/Lab_Pipelines
cd Lab_Pipelines
# create a fresh environment -- can take several minutes
conda env create -f environment.yml
# if the environment already exists, you can make sure it's up to date like this:
conda env update -f environment.yml --prune
# you can also delete the environment and start fresh
conda remove -n gold_pipelines --all
# don't forget to ACTIVATE the environment before trying to use stuff
conda activate gold_pipelines
Here are a few related repos that we've been working on for the Gold lab in 2022 / 2023.