Skip to content

Commit deffccb

Browse files
authored
Update nextflow.config
restore process.shell declaration
1 parent 969be28 commit deffccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nextflow.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ env {
261261
JULIA_DEPOT_PATH = "/usr/local/share/julia"
262262
}
263263

264+
// Capture exit codes from upstream processes when piping
265+
process.shell = ['/bin/bash', '-euo', 'pipefail']
266+
264267
// Set default registry for Docker and Podman independent of -profile
265268
// Will not be used unless Docker / Podman are enabled
266269
// Set to your registry if you have a mirror of containers

0 commit comments

Comments
 (0)