Skip to content

Commit

Permalink
Update nextflow.config
Browse files Browse the repository at this point in the history
restore process.shell declaration
  • Loading branch information
maxulysse authored May 11, 2023
1 parent 969be28 commit deffccb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ env {
JULIA_DEPOT_PATH = "/usr/local/share/julia"
}

// Capture exit codes from upstream processes when piping
process.shell = ['/bin/bash', '-euo', 'pipefail']

// Set default registry for Docker and Podman independent of -profile
// Will not be used unless Docker / Podman are enabled
// Set to your registry if you have a mirror of containers
Expand Down

0 comments on commit deffccb

Please sign in to comment.