is process.shell officially supported? #2337
Unanswered
briankegerreis
asked this question in
Q&A
Replies: 1 comment
-
You are right, it was never documented but it's safe to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set a pipeline to run all script blocks with pipefail, and a solution I have seen is to set process.shell to ["/bin/bash", "-ueo", "pipefail"]. However, process.shell isn't documented, and I have only seen it pop up in some nf-core pipelines and on Gitter. Is this safe to use, and if so, is there a reason it is not in the documentation?
nextflow/modules/nextflow/src/main/groovy/nextflow/script/ProcessConfig.groovy
Line 75 in 7e7d525
Beta Was this translation helpful? Give feedback.
All reactions