We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d340e39 commit c46b9a3Copy full SHA for c46b9a3
singlecell/resources/chunks/Functions.R
@@ -176,7 +176,7 @@ readSeuratRDS <- function(filePath) {
176
print('Updating future.globals.maxSize')
177
options(future.globals.maxSize = Inf)
178
179
-options('Seurat.memsafe' = TRUE)
+options('Seurat.memsafe' = TRUE, future.globals.onReference = "error")
180
181
if (Sys.getenv('SEURAT_MAX_THREADS') != '') {
182
print(paste0('Setting future::plan workers to: ', Sys.getenv('SEURAT_MAX_THREADS')))
0 commit comments