diff --git a/biopet/sampleconfig.wdl b/biopet/sampleconfig.wdl index 35ea11f50507ab90ae42f7f65ef06c1bf47c40f3..cafb77df702b7ee323f0afa7bdc3520c431b596b 100644 --- a/biopet/sampleconfig.wdl +++ b/biopet/sampleconfig.wdl @@ -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} \