Skip to content
Snippets Groups Projects
Unverified Commit bffc198e authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #25 from biowdl/BIOWDL-49

Added mkdir step
parents 99dbe5f3 9ddfbe5b
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ task Flagstat {
command {
set -e -o pipefail
${preCommand}
mkdir -p $(dirname ${outputPath})
samtools flagstat ${inputBam} > ${outputPath}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment