Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiss Ozols committed Apr 23, 2024
2 parents 29688df + fd7829a commit 7b20a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/scpred_map_hiers.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ suppressPackageStartupMessages(library("optparse"))
suppressPackageStartupMessages(library("future.apply"))
suppressPackageStartupMessages(library("progressr"))
library(SeuratDisk)
options(future.globals.maxSize = 8000 * 1024^2)
options(future.globals.maxSize = 80000 * 1024^2)
# ____________________________________________________________________________
# Set up parameter variables ####

Expand Down
2 changes: 1 addition & 1 deletion conf/qc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ params{
expected_multiplet_rate = 0.1 //# used for scrublet and doubletFinder.

doubletDetection{
run_process = false
run_process = false
}
doubletDecon{
run_process = true
Expand Down

0 comments on commit 7b20a93

Please sign in to comment.