From f725b6c43171f3e319ece0a2cba5247cdb30e7aa Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 15 Mar 2022 07:36:34 +0100 Subject: [PATCH] Apply suggestions from code review --- conf/pipeline/eager/eva.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index e6ef407..29feafc 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -76,19 +76,19 @@ process { } withName: bwa { - clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } + clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } } withName: bwamem { - clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } + clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } } withName: circularmapper { - clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } + clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } } withName: bowtie2 { - clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory} h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } + clusterOptions = { "-S /bin/bash -V -l h_vmem=${task.memory},h=!(bionode01|bionode02|bionode03|bionode04|bionode05|bionode06)" } } withName: samtools_flagstat {