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 f0c2b8e commit 55598a6Copy full SHA for 55598a6
nextflow.config
@@ -307,6 +307,7 @@ env {
307
// Set bash options
308
process.shell = [
309
"bash",
310
+ "-C", // No clobber - prevent output redirection from overwriting files.
311
"-e", // Exit if a tool returns a non-zero status/exit code
312
"-u", // Treat unset variables and parameters as an error
313
"-o", // Returns the status of the last command to exit..
0 commit comments