Add option to disable printing workflow outputs#7018
Conversation
✅ Deploy Preview for nextflow-docs-staging canceled.
|
|
Playing around with the latest edge release, I wonder if an option to output to a json file might also be useful. (I may have also missed that!) For a single sample, using I think my usage would be to default to I do recognize this as super useful information to have on hand to review/testing/debugging. |
|
For that the idea is to use |
jorgee
left a comment
There was a problem hiding this comment.
Changes look fine to me. Just a minor comment, shouldn't be better to set default to none for the CmdRun case to work as in the previous version?
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
0e220f6 to
4c3b338
Compare
|
Thanks Jorge. Since workflow outputs are still new and we want to promote it, I think it's fine to have it enabled by default. Also for consistency with |
This PR adds the ability to disable printing workflow outputs by specifying
-output-format noneIt also improves the workflow output printing logic by (1) using an onComplete handler instead of an igniter and (2) not printing in the event of a pipeline error