Skip to content
Snippets Groups Projects
Commit 9ddfbe5b authored by pjvan_thof's avatar pjvan_thof
Browse files

Added mkdir step

parent 99dbe5f3
No related branches found
No related tags found
1 merge request!25Added mkdir step
......@@ -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