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 af53b0e commit fb4727e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/metatdenovo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ workflow METATDENOVO {
ch_versions = ch_versions.mix(FORMATSPADES.out.versions)
} else if ( assembler == 'megahit' ) {
MEGAHIT_INTERLEAVED(
ch_pe_reads_to_assembly.collect().ifEmpty([]),
ch_se_reads_to_assembly.collect().ifEmpty([]),
ch_pe_reads_to_assembly.toList(),
ch_se_reads_to_assembly.toList(),
'megahit_assembly'
)
MEGAHIT_INTERLEAVED.out.contigs
Expand Down

0 comments on commit fb4727e

Please sign in to comment.