Skip to content

Commit e3826e1

Browse files
authored
Merge pull request #14 from nextflow-hub/develop
refactor into to set channel
2 parents 17a1839 + 1c2a5a7 commit e3826e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ch_refFILE = Channel.value("$baseDir/refFILE")
2323

2424

2525
Channel.fromFilePairs(params.filePattern)
26-
.into { ch_in_PROCESS }
26+
.set { ch_in_PROCESS }
2727

2828
/*
2929
#==============================================

0 commit comments

Comments
 (0)