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

add outputs

parent 5db2a1f9
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,11 @@ task Markdup {
sambamba index ~{outputPath} ~{bamIndexPath}
}
output {
File outputBam = outputPath
File outputBamIndex = bamIndexPath
}
runtime {
memory: "~{memoryGb}G"
cpu: threads
......
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