Skip to content

Commit

Permalink
Update workflows/metatdenovo.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
  • Loading branch information
danilodileo and mahesh-panchal authored Jan 30, 2024
1 parent e59c4fd commit af53b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflows/metatdenovo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ workflow METATDENOVO {
)
ch_versions = ch_versions.mix(WRITESPADESYAML.out.versions)
// 2. Call the module with a channel with all fastq files plus the yaml
Channel.empty()
.mix(ch_pe_reads_to_assembly)
ch_pe_reads_to_assembly
.mix(ch_se_reads_to_assembly)
.collect()
.map { [ [ id:'rnaspades' ], it, [], [] ] }
Expand Down

0 comments on commit af53b0e

Please sign in to comment.