This repo contains exercises for the CSHL 2024 Seqtec course
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
Please place the VCF file (Exome_Norm_HC_calls.filtered.vcf.gz
) in the data
directory