Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Mar 22, 2024
1 parent 5dc2dc0 commit 5d54ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ seqParallel <- function(cl=seqGetParallel(), gdsfile, FUN,
# open the file
if (is.character(gds))
gds <- seqOpen(gds, allow.duplicate=TRUE)
# save interally
# save internally
.packageEnv$gfile <- gds
.packageEnv$sample.sel <- memDecompress(sel_sample, type="gzip")
.packageEnv$variant.sel <- memDecompress(sel_variant, type="gzip")
Expand Down

0 comments on commit 5d54ce4

Please sign in to comment.