Skip to content

Commit d8c10ba

Browse files
authored
Merge pull request #39 from nf-core/maxulysse-patch-1
Remove -C from bach in nextflow.config
2 parents 495056e + e625d4f commit d8c10ba

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
@@ -206,7 +206,6 @@ env {
206206
// Set bash options
207207
process.shell = [
208208
"bash",
209-
"-C", // No clobber - prevent output redirection from overwriting files.
210209
"-e", // Exit if a tool returns a non-zero status/exit code
211210
"-u", // Treat unset variables and parameters as an error
212211
"-o", // Returns the status of the last command to exit..

0 commit comments

Comments
 (0)