Skip to content
Snippets Groups Projects
Commit fd7fbc9c authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add mkdir command

parent 29c6b168
No related branches found
No related tags found
1 merge request!72Add CPAT
......@@ -17,6 +17,7 @@ task CPAT {
# Some WDL magic in the command section to properly output the start and stopcodons to the command.
command {
set -e -o pipefail
mkdir -p $(dirname ~{outFilePath})
~{preCommand}
cpat.py \
--gene ~{gene} \
......
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