From a7b1183065d6e976e22918452c8732a6fa730ffd Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 14 Sep 2021 11:52:21 +0200 Subject: [PATCH] Remove 1CPU for host removal fastq --- conf/pipeline/eager/eva.config | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index f3ad9da..cf9a9ea 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -249,7 +249,6 @@ profiles { } withName:hostremoval_input_fastq { - cpus = { check_max( 1, 'cpus' ) } memory = { check_max( 32.GB * task.attempt, 'memory' ) } time = 1440.h } @@ -398,7 +397,6 @@ profiles { } withName:hostremoval_input_fastq { - cpus = { check_max( 1, 'cpus' ) } memory = { check_max( 32.GB * task.attempt, 'memory' ) } time = 1440.h }