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

also give index

parent 5f7c9945
No related branches found
No related tags found
2 merge requests!9Changes for virus assembly pipeline,!10Extra tasks required for assembly.
...@@ -88,7 +88,8 @@ task mem { ...@@ -88,7 +88,8 @@ task mem {
INPUT=/dev/stdin SORT_ORDER=coordinate OUTPUT=${outputFile} INPUT=/dev/stdin SORT_ORDER=coordinate OUTPUT=${outputFile}
} }
output { output {
File alignedFile = select_first([outputFile]) File bamFile = select_first([outputFile])
File bamIndex = sub(bamFile, ".bam$", ".bai")
} }
runtime { runtime {
cpu: select_first([threads]) cpu: select_first([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