From 0c9fb1a1d206418f08bb2d2029e38db38040600e Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Sun, 29 Sep 2024 13:28:10 -0700 Subject: [PATCH] try force require Seurat --- R/import_scseq.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/import_scseq.R b/R/import_scseq.R index 069f1ab1..909ea532 100644 --- a/R/import_scseq.R +++ b/R/import_scseq.R @@ -583,6 +583,7 @@ get_ref_cols <- function(cols, type = c('both', 'score', 'cluster')) { run_azimuth <- function(scseqs, azimuth_ref, species, tx2gene_dir) { + require('Seurat') # prevents error about it being 500MB old <- options(future.globals.maxSize = 30*1024*1024^2)