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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -258,8 +258,8 @@ task ScatterRegions {
}
output {
Array[File] scatters = glob(scatterDir + "/scatter-*.bed")
File scatterDir = scatterTempDir
Array[File] scatters = glob(scatterDir + "/scatter-*.bed")
}
runtime {
Loading