Skip to content

Commit

Permalink
created a directory for output
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jun 17, 2024
1 parent 5775017 commit 24c88a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CoverageProfiler/CoverageProfiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ workflow coverageProfile {
String samtools_docker = "euformatics/samtools:1.20"
}
command <<<
# Create directories for output
# Create directories for input & output
mkdir input
mkdir output
readlink -f ~{alignedBam} > input/bam_path.txt

# Run samtools depth
Expand Down

0 comments on commit 24c88a6

Please sign in to comment.