Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
biowdl
tasks
Commits
d4d36e02
Commit
d4d36e02
authored
Jun 30, 2021
by
Cats
Browse files
fix mkdir in CPAT
parent
8c7f9978
Changes
1
Hide whitespace changes
Inline
Side-by-side
CPAT.wdl
View file @
d4d36e02
...
...
@@ -45,7 +45,7 @@ task CPAT {
# to non-optionals.
command {
set -e
mkdir -p "$(dirname ~{out
FilePath
})"
mkdir -p "$(dirname ~{out
putPrefix
})"
cpat.py \
--gene ~{gene} \
--outfile ~{outputPrefix} \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment