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

fix order

parent 18e19a08
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -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 {
......
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