Skip to content
Snippets Groups Projects
Commit b654fee3 authored by cagaser's avatar cagaser
Browse files

change default jvmHeapSizeGb from 1G to 30G

parent 8b378196
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ task GRIDSS {
BwaIndex reference
String outputPrefix = "gridss"
Int jvmHeapSizeGb = 1
Int jvmHeapSizeGb = 30
Int threads = 1
String dockerImage = "quay.io/biocontainers/gridss:2.9.4--0"
}
......@@ -63,7 +63,7 @@ task GRIDSS {
runtime {
cpu: threads
memory: "~{jvmHeapSizeGb}G"
memory: "~{jvmHeapSizeGb + 1}G"
docker: dockerImage
}
......
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