Skip to content

Commit 9ee608f

Browse files
committed
Fixing bug in the sort portion of MarkDuplicatesAndSort
1 parent 13b6dbf commit 9ee608f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wdl/tasks/Utility/SRUtils.wdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ task MarkDuplicatesAndSort {
571571
java -jar /usr/picard/picard.jar SortSam \
572572
INPUT=/dev/stdin \
573573
OUTPUT=~{prefix}.bam \
574+
--SORT_ORDER coordinate \
574575
CREATE_INDEX=true
575576
>>>
576577

0 commit comments

Comments
 (0)