diff --git a/src/intersect_SNP.R b/src/intersect_SNP.R
index 19999d1ce32338a19672e5be41d9c246352a3e10..50fa2e8c339c7d20dc7f4d8207c25fabda514ff1 100755
--- a/src/intersect_SNP.R
+++ b/src/intersect_SNP.R
@@ -55,7 +55,8 @@ snp$seq_list <- snp %>%
     },
     fastafile = fastafile,
     POS = which(colnames(snp) %in% "POS"),
-    CHROM = which(colnames(snp) %in% "CHROM")
+    CHROM = which(colnames(snp) %in% "CHROM"),
+    seq_restric_size = seq_restric_size
   )
 
 snp %>%