Skip to content
Snippets Groups Projects
Commit 822e68d9 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

increase time for gatherbam

parent 2ec5b8e3
No related branches found
No related tags found
No related merge requests found
......@@ -368,7 +368,8 @@ task GatherBamFiles {
Int javaXmxMb = 1024
Int compressionLevel = 1
Boolean createMd5File = false
Int timeMinutes = 1 + ceil(size(inputBams, "G") * 0.5)
# One minute per input gigabyte.
Int timeMinutes = 1 + ceil(size(inputBams, "G") * 1)
String dockerImage = "quay.io/biocontainers/picard:2.20.5--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