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

adjust sage memory and time

parent 873ece6f
No related branches found
No related tags found
No related merge requests found
......@@ -1226,9 +1226,9 @@ task Sage {
File? coverageBed
Int threads = 32
String javaXmx = "120G"
String memory = "121G"
Int timeMinutes = 1 + ceil(size(select_all([tumorBam, referenceBam]), "G") * 9 / threads)
String javaXmx = "8G"
String memory = "9G"
Int timeMinutes = 720
String dockerImage = "quay.io/biocontainers/hmftools-sage:2.8--hdfd78af_1"
}
......
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