diff --git a/biopet/biopet.wdl b/biopet/biopet.wdl index daa5371764393b99253c16945549eb1ab9c1fcf6..c732d9c04a27bab3f502bba47a725fc5daf05989 100644 --- a/biopet/biopet.wdl +++ b/biopet/biopet.wdl @@ -245,8 +245,8 @@ task ValidateAnnotation { File? gtfFile Reference reference - Int memory = 4 - Float memoryMultiplier = 2.0 + Int memory = 3 + Float memoryMultiplier = 3.0 } String toolCommand = if defined(toolJar) @@ -277,8 +277,8 @@ task ValidateFastq { File? toolJar FastqPair inputFastq - Int memory = 4 - Float memoryMultiplier = 2.0 + Int memory = 3 + Float memoryMultiplier = 3.0 } String toolCommand = if defined(toolJar) @@ -310,8 +310,8 @@ task ValidateVcf { IndexedVcfFile vcf Reference reference - Int memory = 4 - Float memoryMultiplier = 2.0 + Int memory = 3 + Float memoryMultiplier = 3.0 } String toolCommand = if defined(toolJar)