We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a78f52 commit e93a969Copy full SHA for e93a969
samtools.wdl
@@ -436,8 +436,9 @@ task Merge {
436
Boolean combinePGHeaders = false
437
438
Int compressionLevel = 1
439
- # Merging is often a bottleneck. Set a high number of threads to decrease wall clock time.
440
- Int threads = 8
+ # Merging is often a bottleneck. With compression level 1 however,
+ # more than two threads does not add more benefit.
441
+ Int threads = 2
442
String memory = "4GiB"
443
Int timeMinutes = 1 + ceil(size(bamFiles, "GiB") * 4)
444
String dockerImage = "quay.io/biocontainers/samtools:1.21--h96c455f_1"
0 commit comments