Possibility of output object with named values? #5499
-
Hi, I was wondering if it is possible in Nextflow to ouput named object from processes. For example:
This will not work, but something similar can be achieved with
Perhaps there is any more elegant way without needing to map over the individual outputs...? |
Beta Was this translation helpful? Give feedback.
Answered by
bentsherman
Nov 12, 2024
Replies: 1 comment 1 reply
-
For now your example is the best you can do. Named outputs (record types) are on the roadmap, but there are a few moving pieces involved so I'm not yet sure when it will be ready |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xsvato01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now your example is the best you can do. Named outputs (record types) are on the roadmap, but there are a few moving pieces involved so I'm not yet sure when it will be ready