Skip to content

feat: expose paramsSummaryMultiqc as @Function#33

Open
edmundmiller wants to merge 1 commit intomainfrom
feat/expose-paramsSummaryMultiqc
Open

feat: expose paramsSummaryMultiqc as @Function#33
edmundmiller wants to merge 1 commit intomainfrom
feat/expose-paramsSummaryMultiqc

Conversation

@edmundmiller
Copy link
Contributor

@edmundmiller edmundmiller commented Mar 11, 2026

Summary

  • Expose paramsSummaryMultiqc as a @Function in NfUtilsExtension.groovy, delegating to existing NfcoreReportingUtils.paramsSummaryMultiqc()
  • Bump version from 0.4.0 to 0.5.0
  • Enables pipelines to include { paramsSummaryMultiqc } from 'plugin/nf-core-utils' instead of importing from legacy utils_nfcore_pipeline subworkflow

Test plan

  • ./gradlew test passes
  • ./gradlew build succeeds
  • Verified end-to-end with nf-core/methylseq migration (default nf-test passes)

🤖 Generated with Claude Code


Note

Low Risk
Low risk: small API surface addition and a version bump, with no changes to the underlying reporting logic beyond a new delegating wrapper.

Overview
Exposes paramsSummaryMultiqc as a Nextflow @Function on NfUtilsExtension, delegating to the existing NfcoreReportingUtils.paramsSummaryMultiqc() so pipelines can import it directly from the plugin.

Bumps the plugin version in build.gradle from 0.4.0 to 0.5.0.

Written by Cursor Bugbot for commit 59f4a62. Configure here.

Delegate to existing NfcoreReportingUtils.paramsSummaryMultiqc() so
pipelines can import it directly from the plugin instead of the
legacy utils_nfcore_pipeline subworkflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant