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.
2 parents 495056e + e625d4f commit d8c10baCopy full SHA for d8c10ba
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