There was an error while loading. Please reload this page.
1 parent 25dd675 commit 6d5550fCopy full SHA for 6d5550f
2 files changed
src/methods/rpca_to_goal/script.R
@@ -13,7 +13,7 @@ meta <- list(
13
)
14
## VIASH END
15
16
-options(future.globals.maxSize = 5 * 1024^3) # 5 GiB
+options(future.globals.maxSize = 8 * 1024^3) # 8 GiB
17
18
cat("Reading input files\n")
19
input_adata <- anndata::read_h5ad(par[["input"]])
src/methods/rpca_to_mid/script.R
0 commit comments