From a26aea36dbf8fcbce2ef9c4dc4d0dc84c461b87f Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Sun, 28 Jan 2024 19:32:43 +0100 Subject: [PATCH] Shrink resource usage of minimal example --- example/nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/nextflow.config b/example/nextflow.config index 57f6cae..d7000e1 100644 --- a/example/nextflow.config +++ b/example/nextflow.config @@ -10,8 +10,8 @@ params { celltypist_model = "Cells_Intestinal_Tract.pkl" integration_methods = ["scvi", "scanvi", "harmony", "desc", "combat"] - max_cpus = 20 - max_memory = "100G" + max_cpus = 4 + max_memory = "12G" max_time = "6.h" }