diff --git a/workflows/kallisto_bustools.nf b/workflows/kallisto_bustools.nf index 48f6b87f..d0d8d6a7 100644 --- a/workflows/kallisto_bustools.nf +++ b/workflows/kallisto_bustools.nf @@ -137,8 +137,8 @@ workflow KALLISTO_BUSTOOLS { */ KALLISTOBUSTOOLS_COUNT( ch_fastq, - ch_kallisto_index, - ch_kallisto_gene_map, + ch_kallisto_index.collect(), + ch_kallisto_gene_map.collect(), [], [], false,