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

add memory requirement

parent e69e3a9d
Branches KG-295
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ task Newref {
runtime {
docker: dockerImage
memory: 2 + ceil(length(inputBeds) * 0.15)
}
}
......
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