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

sambamba creates index automaticall

parent 8df42e20
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,8 @@ task Sort {
-m ~{memoryPerThreadGb}G \
-o ~{outputPath} \
~{inputBam}
sambamba index \
~{"--nthreads " + threads} \
~{outputPath} ~{bamIndexPath}
# sambamba creates an index for us
mv ~{outputPath}.bai ~{bamIndexPath}
}
output {
......
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