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

correct memory selection

parent ccbb50c1
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ task Hisat2 {
}
runtime {
memory: "~{estimatedMemoryGb}G"
memory: "~{select_first([memoryGb, estimatedMemoryGb])}G"
cpu: threads
time_minutes: timeMinutes
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