Skip to content
Snippets Groups Projects
Unverified Commit 1ca66529 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

intersect_SNP.R: fix getting sequences part

parent ef2f3fe2
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment