Skip to content

Commit

Permalink
Increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Nov 12, 2024
1 parent 8fa4811 commit 98d9e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clair3.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task Clair3 {
String platform
Int threads = 8
Boolean includeAllCtgs = false
String memory = "20GiB"
String memory = "~{threads + 16}GiB"
Int timeMinutes = 10 + ceil(size(bam, "G") * 200 / threads)
String dockerImage = "quay.io/biocontainers/clair3:1.0.10--py39h46983ab_0"
}
Expand Down

0 comments on commit 98d9e2c

Please sign in to comment.