add shell guards

This commit is contained in:
Chris Wright 2021-02-15 15:22:13 +00:00
parent 1815784a89
commit 37d2e6c755

View File

@ -24,6 +24,7 @@ profiles {
withLabel:pysam { withLabel:pysam {
container = 'ontresearch/workflow-template:latest' container = 'ontresearch/workflow-template:latest'
} }
shell = ['/bin/bash', '-euo', 'pipefail']
} }
} }
@ -37,6 +38,7 @@ profiles {
withLabel:pysam { withLabel:pysam {
conda = "environment.yaml" conda = "environment.yaml"
} }
shell = ['/bin/bash', '-euo', 'pipefail']
} }
conda { conda {
cacheDir = "" cacheDir = ""