Does Nextflow use exit codes? #5393
-
|
Hi, I'm curious does Nextflow return different exit codes depending on how the pipeline execution concluded? For example, if the pipeline runs successfully will we see a 0 exit code and non-zero exit codes for failures? |
Beta Was this translation helpful? Give feedback.
Answered by
pditommaso
Oct 10, 2024
Replies: 1 comment 1 reply
-
|
Nextflow only uses |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stkgo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nextflow only uses
0for success and1for (any) failure