nextflow
nextflow copied to clipboard
Support string indices for operators with `by` option
Spawned from the language improvements mega-discussion (#3107). Operators that combine or group channels based on an index (i.e. by
option) currently only support integer indices. They should also support string indices so that they can be used with maps.
To my knowledge, these operators include:
- groupTuple
- join
- combine