Skip to content

Commit

Permalink
Revert unique() syntax change from template
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Dec 15, 2022
1 parent 8735b59 commit 1a1d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/methylseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ workflow METHYLSEQ {
versions = versions.mix(PRESEQ_LCEXTRAP.out.versions.first().ifEmpty(null))

CUSTOM_DUMPSOFTWAREVERSIONS (
versions.unique{ it.text }.collectFile(name: 'collated_versions.yml')
versions.unique().collectFile(name: 'collated_versions.yml')
)

//
Expand Down

0 comments on commit 1a1d68f

Please sign in to comment.