Open lina-kim opened 12 months ago
Currently many input reference files are incorporated into processes as part of channels (after many combine() and mix() iterations). It is neater to use Nextflow input repeaters for such files instead.
combine()
mix()
Currently many input reference files are incorporated into processes as part of channels (after many
combine()
andmix()
iterations). It is neater to use Nextflow input repeaters for such files instead.