simplify TEMPLATE with nf-core-utils 0.4.0#3870
simplify TEMPLATE with nf-core-utils 0.4.0#3870maxulysse wants to merge 2 commits intonf-core:devfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| include { paramsSummaryMap } from 'plugin/nf-schema'{% endif %} | ||
| {%- if multiqc %} | ||
| include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'{% endif %} | ||
| include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline' |
There was a problem hiding this comment.
I guess you're not deleting this in the PR here because it needs to be removed upstream and then updated? Is there a corresponding PR in nf-core/modules?
There was a problem hiding this comment.
Actually my end goal is to totally remove the need for all utils subworklows and use the nf-core-utils plugin instead.
So no plan to remove from the modules yet, I think I will just let it die there
There was a problem hiding this comment.
But there should be a separate PR here to actually change the paramsSummaryMultiqc function from the subworkflow to the plugin, and so on...
Need NXF_VER 25.10.0
PR checklist
CHANGELOG.mdis updateddocsis updated