Skip to content

Commit

Permalink
backslash!
Browse files Browse the repository at this point in the history
  • Loading branch information
5im1z committed Jan 22, 2024
1 parent 3b17887 commit a47c858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/wgs_qc/tasks/picard.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ task EstimateComplexity {
java "-Xmx${hardware_memory_GB}g" -jar /usr/picard/picard.jar \
EstimateLibraryComplexity \
-I ~{inputBam} \
-R ~{referenceFasta}
-R ~{referenceFasta} \
-O ~{metricsPath}
}

Expand Down

0 comments on commit a47c858

Please sign in to comment.