Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Oct 21, 2024
1 parent 4ffc595 commit 07fcdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ampliseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ workflow AMPLISEQ {
if ( params.multiregion ) {
// is multiple region analysis
ch_input_reads
.combine( Channel..fromList(samplesheetToList(params.multiregion, "${projectDir}/assets/schema_multiregion.json")) )
.combine( Channel.fromList(samplesheetToList(params.multiregion, "${projectDir}/assets/schema_multiregion.json")) )
.map{ info, reads, multi ->
def meta = info + multi
return [ meta, reads ] }
Expand Down

0 comments on commit 07fcdd8

Please sign in to comment.