add shell guards
This commit is contained in:
parent
1815784a89
commit
37d2e6c755
@ -24,6 +24,7 @@ profiles {
|
||||
withLabel:pysam {
|
||||
container = 'ontresearch/workflow-template:latest'
|
||||
}
|
||||
shell = ['/bin/bash', '-euo', 'pipefail']
|
||||
}
|
||||
}
|
||||
|
||||
@ -37,6 +38,7 @@ profiles {
|
||||
withLabel:pysam {
|
||||
conda = "environment.yaml"
|
||||
}
|
||||
shell = ['/bin/bash', '-euo', 'pipefail']
|
||||
}
|
||||
conda {
|
||||
cacheDir = ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user