Skip to content

Commit 55598a6

Browse files
committed
Revert "Try removing clobber setting"
This reverts commit 1e77bda.
1 parent f0c2b8e commit 55598a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ env {
307307
// Set bash options
308308
process.shell = [
309309
"bash",
310+
"-C", // No clobber - prevent output redirection from overwriting files.
310311
"-e", // Exit if a tool returns a non-zero status/exit code
311312
"-u", // Treat unset variables and parameters as an error
312313
"-o", // Returns the status of the last command to exit..

0 commit comments

Comments
 (0)