diff --git a/nextflow.config b/nextflow.config index 60cc850..f5a29f7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -206,7 +206,6 @@ env { // Set bash options process.shell = [ "bash", - "-C", // No clobber - prevent output redirection from overwriting files. "-e", // Exit if a tool returns a non-zero status/exit code "-u", // Treat unset variables and parameters as an error "-o", // Returns the status of the last command to exit..