Skip to content

Commit 36950d6

Browse files
committed
Fixing another issue in sort in MarkDuplicatesAndSort
1 parent 9ee608f commit 36950d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/tasks/Utility/SRUtils.wdl

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

0 commit comments

Comments
 (0)