Skip to content

Commit

Permalink
Update deprecated function (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
romagnolid authored and bshifaw committed Feb 17, 2019
1 parent 8ffa26f commit 92b1157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing-for-variant-discovery-gatk4.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ task SortAndFixTags {
--CREATE_MD5_FILE false \
| \
${gatk_path} --java-options "-Dsamjdk.compression_level=${compression_level} ${java_opt_fix}" \
SetNmAndUqTags \
SetNmMdAndUqTags \
--INPUT /dev/stdin \
--OUTPUT ${output_bam_basename}.bam \
--CREATE_INDEX true \
Expand Down

0 comments on commit 92b1157

Please sign in to comment.