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
2 files
+ 0
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -251,7 +251,6 @@ task ScatterRegions {
String outputDirPath = "scatters"
}
command {
set -e -o pipefail
mkdir -p ~{outputDirPath}
Loading