Skip to content
Snippets Groups Projects
Commit 54f0eb2e authored by Cats's avatar Cats
Browse files

fix output chunked-scatter

parent 39b6674d
Branches BIOWDL-319
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ task ChunkedScatter { ...@@ -23,7 +23,7 @@ task ChunkedScatter {
} }
output { output {
Array[File] scatters = glob(prefix + "_*.bed") Array[File] scatters = glob(prefix + "*.bed")
} }
runtime { 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