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

Actually sort the inputBam, not stdout

parent 15476e8d
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,7 @@ task SortSam {
command {
mkdir -p "$(dirname ~{outputPath})"
picard -Xmx~{XmxGb}G -XX:ParallelGCThreads=1 SortSam \
INPUT=/dev/stdin \
INPUT=~{inputBam} \
OUTPUT=~{outputPath} \
SORT_ORDER=coordinate \
CREATE_INDEX=true
......
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