Skip to content
Snippets Groups Projects
Commit d4d36e02 authored by Cats's avatar Cats
Browse files

fix mkdir in CPAT

parent 8c7f9978
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ task CPAT {
# to non-optionals.
command {
set -e
mkdir -p "$(dirname ~{outFilePath})"
mkdir -p "$(dirname ~{outputPrefix})"
cpat.py \
--gene ~{gene} \
--outfile ~{outputPrefix} \
......
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