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

simplify

parent 13ce0fb1
No related branches found
Tags v0.3
No related merge requests found
......@@ -328,10 +328,8 @@ task MergeVCFs {
}
output {
IndexedVcfFile outputVcf = object {
file: outputVcfPath,
index: outputVcfPath + ".tbi"
}
File outputVcf = outputVcfPath
File outputVcfIndex = outputVcfPath + ".tbi"
}
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