Skip to content
Snippets Groups Projects
Commit b382cf74 authored by Cats's avatar Cats
Browse files

adjusted runtime attributes for clever tasks

parent 636b1f0e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ that users understand how the changes affect the new version.
-->
version 5.1.0-dev
---------------------------
+ Mateclever's runtime attribute defaults were changed to:
+ memory: `"250GiB"`
+ timeMinutes: `2880`
+ Clever's Prediction task's runtime attribute defaults were changed to:
+ memory: `"80GiB"`
+ timeMinutes: `2200`
+ The GRIDSS AnnotateSvTypes task now also removes the second breakend of
the breakpoints and single breakends. This will prepare the output better
to be passed into survivor.
......
......@@ -34,8 +34,8 @@ task Mateclever {
Int maxOffset = 150
Int threads = 10
String memory = "15GiB"
Int timeMinutes = 600
String memory = "250GiB"
Int timeMinutes = 2880
String dockerImage = "quay.io/biocontainers/clever-toolkit:2.4--py36hcfe0e84_6"
}
......@@ -94,8 +94,8 @@ task Prediction {
String outputPath = "./clever"
Int threads = 10
String memory = "55GiB"
Int timeMinutes = 480
String memory = "80GiB"
Int timeMinutes = 2200
String dockerImage = "quay.io/biocontainers/clever-toolkit:2.4--py36hcfe0e84_6"
}
......
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