Skip to content

Commit

Permalink
refactor: rename meta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 10, 2024
1 parent d84f810 commit 6c21e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/mirna_quant.nf
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ workflow MIRNA_QUANT {
.map { meta, file -> file }
.collect()
.map { files ->
return [[id: "pivoted_files"], files]
return [[id: "Long_Files"], files]
}

PIVOT_WIDER( ch_long_files )
Expand Down

0 comments on commit 6c21e4c

Please sign in to comment.