Skip to content

Commit 4198a88

Browse files
committed
no set -C until we fix modules upstream
1 parent 711e66d commit 4198a88

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
@@ -297,7 +297,6 @@ bash
297297
set -e # Exit if a tool returns a non-zero status/exit code
298298
set -u # Treat unset variables and parameters as an error
299299
set -o pipefail # Returns the status of the last command to exit with a non-zero status or zero if all successfully execute
300-
set -C # No clobber - prevent output redirection from overwriting files.
301300
"""
302301

303302
// Disable process selector warnings by default. Use debug profile to enable warnings.

0 commit comments

Comments
 (0)