Skip to content
Snippets Groups Projects

Dockerize GATK. Scattering now works with containers. Tabix another docker image.

Merged Ruben Vorderman requested to merge BIOWDL-199 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
}
}
Loading