Skip to content

Commit 2316ff0

Browse files
committed
Add collect - thanks @drpatelh
1 parent 2f0621f commit 2316ff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ process circularmapper{
776776

777777
input:
778778
set val(name), file(reads) from ch_clipped_reads_circularmapper.mix(ch_read_files_converted_mapping_cm)
779-
file index from ch_circularmapper_indices
779+
file index from ch_circularmapper_indices.collect()
780780
file fasta from fasta_for_indexing
781781

782782
output:
@@ -821,7 +821,7 @@ process bwamem {
821821

822822
input:
823823
set val(name), file(reads) from ch_clipped_reads_bwamem.mix(ch_read_files_converted_mapping_bwamem)
824-
file index from bwa_index_bwamem
824+
file index from bwa_index_bwamem.collect()
825825

826826
output:
827827
file "*.sorted.bam" into ch_bwamem_mapped_reads_idxstats,ch_bwamem_mapped_reads_filter,ch_bwamem_mapped_reads_preseq, ch_bwamem_mapped_reads_damageprofiler, ch_bwamem_mapped_reads_strip

0 commit comments

Comments
 (0)