We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969be28 commit deffccbCopy full SHA for deffccb
nextflow.config
@@ -261,6 +261,9 @@ env {
261
JULIA_DEPOT_PATH = "/usr/local/share/julia"
262
}
263
264
+// Capture exit codes from upstream processes when piping
265
+process.shell = ['/bin/bash', '-euo', 'pipefail']
266
+
267
// Set default registry for Docker and Podman independent of -profile
268
// Will not be used unless Docker / Podman are enabled
269
// Set to your registry if you have a mirror of containers
0 commit comments