Skip to content
Snippets Groups Projects
Unverified Commit 6603d50f authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #108 from biowdl/BIOWDL-232

Higher memory multipliers
parents 204161df 041f157e
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ task FastqSplitter {
File? toolJar
Int memory = 4
Float memoryMultiplier = 2.5
Float memoryMultiplier = 3
String dockerTag = "0.1--2"
}
......@@ -371,7 +371,7 @@ task VcfStats {
String dockerTag = "1.2--0"
Int memory = 4
Float memoryMultiplier = 2.5
Float memoryMultiplier = 3
}
......
......@@ -50,7 +50,7 @@ task CollectMultipleMetrics {
Boolean collectQualityYieldMetrics = true
Int memory = 4
Float memoryMultiplier = 3.0
Float memoryMultiplier = 3.5
String dockerTag = "8dde04faba6c9ac93fae7e846af3bafd2c331b3b-0"
}
......
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