Skip to content

Commit

Permalink
specify bam index location
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 13, 2024
1 parent ed6a906 commit de27b97
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 @@ -52,6 +52,7 @@ workflow coverageProfile {
# Index BAM file
gatk BuildBamIndex \
--INPUT input/~{sampleName}.bam
--OUTPUT input/~{sampleName}.bam.bai

# Run DepthOfCoverage
gatk --java-options "-Xmx~{command_mem_mb}m" DepthOfCoverage \
Expand Down

0 comments on commit de27b97

Please sign in to comment.