From c6198fa9cd6e5eb117dbe850e90d462e81dac4bb Mon Sep 17 00:00:00 2001 From: Iaroslav Popov Date: Fri, 13 Oct 2023 10:38:30 +0100 Subject: [PATCH] force COLLATE_CUTADAPT_JSONS to run on 1 cpu --- conf/base.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/base.config b/conf/base.config index 37b92b1..5f69215 100644 --- a/conf/base.config +++ b/conf/base.config @@ -57,5 +57,6 @@ process { withName:COLLATE_CUTADAPT_JSONS { executor = 'local' + cpus = 1 } }