Author: Arnavaz.Danesh@uhnresearch.ca Orginal repo: https://github.com/arnavaz/cap-tcr
This repository is to automate the pughlab captcr pipeline using a snakemake workflow The pipeline consists of barcode extraction, running mixcr, running QC, and clonetracking
- python-3.4.3 or higher
- Biopython (python package)
- pandas (python package)
- numpy (python package)
- matplotlib (python package)
- R/3.6 or higher
- ggplot2 (R-package)
- ggalluvial (R-package)
- randomcoloR (R-package)
# clone the repo
salloc -c 1 -t 2:00:00 --mem=6G -p build
git clone https://github.com/LupienLab/cap-tcr.git
# Update config file
vi config.yaml
# Run Snakemake or submit a job
snakemake -s Snakefile --cores 1