Get this repo.
git clone https://github.com/serre-lab/bs_hackathon.git
cd bs_hackathon
Set up a conda environment for your hackathon work.
conda create -n <name> python=3.7.9
conda activate <name>
conda install pip
Run the installation script for the machine that you are on (either a g-, p- or z-node, OR oscar).
bash install_bs_custom_<gpz OR oscar>.sh
Close the terminal and launch a new one to finalize the installation.
Take a look at the examples.ipynb notebook for an example on how to get started.