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

remove pipefail

parent 87d20bb3
No related branches found
No related tags found
1 merge request!94Containerize gffread and cpat
......@@ -18,7 +18,7 @@ task GffRead {
# but this goes wrong. Cromwell will always use ')' even if somepath is not defined.
# Which leads to crashing.
command {
set -e -o pipefail
set -e
~{"mkdir -p $(dirname " + CDSFastaPath}~{true=")" false="" defined(CDSFastaPath)}
~{"mkdir -p $(dirname " + exonsFastaPath}~{true=")" false="" defined(exonsFastaPath)}
~{"mkdir -p $(dirname " + proteinFastaPath}~{true=")" false="" defined(proteinFastaPath)}
......
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