Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 286 Bytes

File metadata and controls

13 lines (9 loc) · 286 Bytes

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