From cf002b3d9d3149ced3d710dc343300e67568239b Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 22 Dec 2022 11:27:46 -0500 Subject: [PATCH] Use 16 cores for bwa Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- WGS-processing/cwl/helper/bwamem-samtools-view.cwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WGS-processing/cwl/helper/bwamem-samtools-view.cwl b/WGS-processing/cwl/helper/bwamem-samtools-view.cwl index 9b5eb3c..003b108 100644 --- a/WGS-processing/cwl/helper/bwamem-samtools-view.cwl +++ b/WGS-processing/cwl/helper/bwamem-samtools-view.cwl @@ -12,8 +12,8 @@ hints: # keep_cache: 1024 outputDirType: keep_output_dir ResourceRequirement: - ramMin: 25000 - coresMin: 8 + ramMin: 30000 + coresMin: 16 SoftwareRequirement: packages: BWA: -- 2.30.2