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

fix a few things in biopet

parent 64bbcb2c
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -224,7 +224,7 @@ task ReorderGlobbedScatters {
>>>
output {
Array[String] reorderedScatters = read_lines(stdout())
Array[File] reorderedScatters = read_lines(stdout())
}
runtime {
......@@ -259,7 +259,7 @@ task ScatterRegions {
output {
File scatterDir = scatterTempDir
Array[File] scatters = glob(scatterDir + "/scatter-*.bed")
Array[File] scatters = glob(scatterTempDir + "/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