Skip to content

Commit

Permalink
Merge pull request #211 from hms-dbmi/fix-azimuth
Browse files Browse the repository at this point in the history
try force require Seurat
  • Loading branch information
alexvpickering authored Sep 29, 2024
2 parents cb2aeec + d1c3ce4 commit c68cea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/import_scseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c68cea2

Please # to comment.