GEMSCAN

Joint variant calling with GATK4 HaplotypeCaller, Google DeepVariant 1.0.0 and Strelka2, coordinated via Snakemake.

View the Project on GitHub NCI-CGR/GEMSCAN

Running on the Biowulf cluster (Slurm)

Prepare the pipeline

git clone https://github.com/NCI-CGR/GEMSCAN.git

This would clone the GEMSCAN github repository under your current folder, i.e. /GEMSCAN Alternatively, You could create a project folder say _my_variantCalling_project_ by ```mkdir my_variantCalling_project``` and then clone the GEMSCAN repo to it: ```git clone https://github.com/NCI-CGR/GEMSCAN.git ./my_variantCalling_project```