We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711e66d commit 4198a88Copy full SHA for 4198a88
nextflow.config
@@ -297,7 +297,6 @@ bash
297
set -e # Exit if a tool returns a non-zero status/exit code
298
set -u # Treat unset variables and parameters as an error
299
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.
301
"""
302
303
// Disable process selector warnings by default. Use debug profile to enable warnings.
0 commit comments