From d9108b43769d2f8dfe9e24a0a9b2d5e7e916ab6c Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Mon, 26 Sep 2022 17:08:19 -0700 Subject: [PATCH] Update nextflow.config --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index f28f90b..e59c00a 100644 --- a/nextflow.config +++ b/nextflow.config @@ -58,6 +58,6 @@ profiles { process { withName: kraken2 { cpus = 8 - memory = 56 GB + memory = '56 GB' } }