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

increase memory

parent 732552c4
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -234,8 +234,8 @@ task ReorderGlobbedScatters {
runtime {
docker: "python:" + dockerTag
# 2 gigs of memory to be able to build the docker image in singularity
memory: 2
# 4 gigs of memory to be able to build the docker image in singularity
memory: 4
}
}
......
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