diff --git a/bwa.wdl b/bwa.wdl index 3dd7883bd9920d83edd3d9250e9fbad29e496f51..2cf637d10d8bbcbbb36973376beff35519234e67 100644 --- a/bwa.wdl +++ b/bwa.wdl @@ -132,7 +132,9 @@ task Kit { } runtime { - cpu: threads + 1 # One thread for bwa-postalt + samtools. + # One extra thread for bwa-postalt + samtools is not needed. + # These only use 5-10% of compute power and not always simultaneously. + cpu: threads memory: memory time_minutes: timeMinutes docker: dockerImage