Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support maps for combine, join, and groupTuple operators #3739

Closed
wants to merge 1 commit into from

Conversation

bentsherman
Copy link
Member

Closes #3108

Certain operators are designed to work with tuples but don't support maps. To encourage the use of maps in Nextflow pipelines, these operators should be extended (or duplicated) to also support maps.

TODO:

  • combine
  • join
  • groupTuple

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman
Copy link
Member Author

Closing since no one is really asking for this feature. Likely will develop something similar for record types one day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support string indices for operators with by option
1 participant