Skip to content

Commit 1e77bda

Browse files
committed
Try removing clobber setting
1 parent 20865c9 commit 1e77bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nextflow.config

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

0 commit comments

Comments
 (0)