diff --git a/src/1_JU28_59vs17_SNP_calling.sh b/src/1_JU28_59vs17_SNP_calling.sh
new file mode 100644
index 0000000000000000000000000000000000000000..19c2d0e6b3426a5f61fee1c5158d2de7325c0583
--- /dev/null
+++ b/src/1_JU28_59vs17_SNP_calling.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+./nextflow src/SNP_calling.nf -c src/SNP_calling.config -profile docker --fasta "data/fasta/DBG2OLC-output2.fasta" --fastq "data/fastq/*_{1,2}.fastq.gz" -resume -w ~/data/work/
+