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 2f71183 commit f8b099cCopy full SHA for f8b099c
nf_core/pipeline-template/nextflow.config
@@ -243,7 +243,8 @@ process.shell = [
243
"-C", // No clobber - prevent output redirection from overwriting files.
244
"-e", // Exit if a tool returns a non-zero status/exit code
245
"-u", // Treat unset variables and parameters as an error
246
- "-o pipefail" // Returns the status of the last command to exit with a non-zero status or zero if all successfully execute
+ "-o", // Returns the status of the last command to exit..
247
+ "pipefail" // ..with a non-zero status or zero if all successfully execute
248
]
249
250
// Disable process selector warnings by default. Use debug profile to enable warnings.
0 commit comments