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 75f0338 commit e59c4fd
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 @@ -273,8 +273,8 @@ workflow METATDENOVO {
} else if ( assembler == 'rnaspades' ) {
// 1. Write a yaml file for Spades
WRITESPADESYAML (
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()
)
ch_versions = ch_versions.mix(WRITESPADESYAML.out.versions)
// 2. Call the module with a channel with all fastq files plus the yaml
Expand Down

0 comments on commit e59c4fd

Please sign in to comment.