Skip to content
Snippets Groups Projects
Commit f07a59ae authored by cagaser's avatar cagaser
Browse files

add output {}

parent 1241b96f
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,11 @@ task Sort {
bcftools index --tbi ~{outputPath}
}
output {
File outputVcf = outputPath
File outputVcfIndex = outputPath + ".tbi"
}
runtime {
memory: memory
time_minutes: timeMinutes
......
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