Skip to content

Commit

Permalink
specify bam index path
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 13, 2024
1 parent de27b97 commit 27c95c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoverageProfiler/CoverageProfiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ workflow coverageProfile {
gatk --java-options "-Xmx~{command_mem_mb}m" DepthOfCoverage \
-L ~{intervals} \
--input input/~{sampleName}.bam \
--read-index input/~{sampleName}.bam.bai \
--reference ~{referenceFasta} \
--output output/~{sampleName}

Expand Down

0 comments on commit 27c95c1

Please sign in to comment.