nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Support string indices for operators with `by` option

Open bentsherman opened this issue 1 year ago • 12 comments

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

bentsherman avatar Aug 10 '22 17:08 bentsherman