Skip to content

Commit

Permalink
fix: Remove ifEmpty(null)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Feb 28, 2024
1 parent c6176ef commit 664ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_genome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ workflow PREPARE_GENOME {
bismark_index = ch_bismark_index // channel: path(genome.fasta)
bwameth_index = ch_bwameth_index // channel: path(genome.fasta)
fasta_index = ch_fasta_index // channel: path(genome.fasta)
versions = ch_versions.ifEmpty(null) // channel: [ versions.yml ]
versions = ch_versions // channel: [ versions.yml ]

}

0 comments on commit 664ff42

Please sign in to comment.