GUI to register recordings in the automatic pipeline
See the instructions here. Ensure that all the information under the "System Configuration" tab is entered correctly otherwise your behavior data may not show up.
conda update -n base -c defaults conda
conda create --name iblenv python=3.12 --yes
conda activate iblenv
git clone [email protected]:BrainCOGS/RecordingProcessJobGUI.git --recurse-submodules
pip install --editable RecordingProcessJobGUI/PythonScripts/iblapps-master
git clone https://github.com/int-brain-lab/iblenv
cd iblenv
pip install --requirement requirements.txt