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 495056e commit e625d4fCopy full SHA for e625d4f
nextflow.config
@@ -206,7 +206,6 @@ env {
206
// Set bash options
207
process.shell = [
208
"bash",
209
- "-C", // No clobber - prevent output redirection from overwriting files.
210
"-e", // Exit if a tool returns a non-zero status/exit code
211
"-u", // Treat unset variables and parameters as an error
212
"-o", // Returns the status of the last command to exit..
0 commit comments