Skip to content

Commit 2e57c8e

Browse files
committed
fix fastp input channel
1 parent 6612abc commit 2e57c8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workflows/detaxizer.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ workflow NFCORE_DETAXIZER {
118118
if (params.filter_trimmed || params.preprocessing) {
119119

120120
FASTP (
121-
ch_fastq_input,
122-
[],
121+
ch_fastq_input.map { meta, reads -> [meta, reads, []] },
123122
[],
124123
params.fastp_save_trimmed_fail,
125124
[]

0 commit comments

Comments
 (0)