Closed jfroula closed 3 years ago
I added JAWS runtime parameters
runtime { docker: DOCKER cpu: CPU poolname: "readbaseanalysis-pool" node: 1 nwpn: 1 mem: "45G" time: "04:00:00" shared: 0 }
and a set -euo pipefail line at the beginning of all but the last command{} section.
set -euo pipefail
Thanks Jeff.
I added JAWS runtime parameters
and a
set -euo pipefail
line at the beginning of all but the last command{} section.