variant-interpretation This repo contains exercises for the CSHL 2024 Seqtec course Accessing the exercises Clone the repo. Then, create a virtual environment using the following steps: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt