Skip to content

Commit da40e4d

Browse files
remove .first() from version number collection
Co-authored-by: Jonas Scheid <43858870+jonasscheid@users.noreply.github.com>
1 parent 6c03646 commit da40e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subworkflows/local/pairalign_m2o

subworkflows/local/pairalign_m2o/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ workflow PAIRALIGN_M2O {
7171
'png',
7272
[]
7373
)
74-
ch_versions = ch_versions.mix(ALIGNMENT_DOTPLOT_M2O.out.versions.first())
74+
ch_versions = ch_versions.mix(ALIGNMENT_DOTPLOT_M2O.out.versions)
7575

7676
if ( params.dotplot_filter ) {
7777
ALIGNMENT_DOTPLOT_M2O_FLT (

0 commit comments

Comments
 (0)