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
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -248,8 +248,9 @@ task ScatterRegions {
Int memory = 4
Float memoryMultiplier = 3.0
String dockerTag = "0.2--0"
String outputDirPath = "scatters"
}
String outputDirPath = "scatters"
command {
set -e -o pipefail
Loading