Skip to content
Snippets Groups Projects
Commit dd18acf2 authored by Moustakas's avatar Moustakas
Browse files

Fix memory issues

parent cf05dea5
No related branches found
No related tags found
1 merge request!67fix CaseControl and macs2 tasks
......@@ -91,7 +91,7 @@ task CaseControl {
String controlTag = "control"
Int memory = 4
Float memoryMultiplier = 1.5
Float memoryMultiplier = 2.0
}
String toolCommand = if defined(toolJar)
......@@ -102,7 +102,7 @@ task CaseControl {
set -e -o pipefail
~{preCommand}
mkdir -p $(dirname ~{outputPath})
~{toolCommand} CromwellArrays \
~{toolCommand} CaseControl \
-i ~{sep="-i " inputFiles} \
-s ~{sep="-s " sampleConfigs} \
~{"-o " + outputPath} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment