add shell guards
This commit is contained in:
parent
1815784a89
commit
37d2e6c755
@ -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 = ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user