Skip to content
Discussion options

You must be logged in to vote

You can change the shebang of the .command.sh with:

process.shell = ['/bin/bash', '-ue', .. ]

For example, add the following to your nextflow.config:

process.shell = ['/bin/bash', '-ueo','pipefail' ]

Can you try that and tell me if it works? 😄

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@leonorpalmeira
Comment options

@mribeirodantas
Comment options

Answer selected by leonorpalmeira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3522 on January 03, 2023 12:55.