Skip to content

Important! Template update for nf-core/tools v4.0.2#1030

Merged
dialvarezs merged 7 commits into
devfrom
nf-core-template-merge-4.0.2
May 4, 2026
Merged

Important! Template update for nf-core/tools v4.0.2#1030
dialvarezs merged 7 commits into
devfrom
nf-core-template-merge-4.0.2

Conversation

@nf-core-bot

Copy link
Copy Markdown
Member

Version 4.0.2 of nf-core/tools has just been released with updates to the nf-core template. For more details, check out the blog post: https://nf-co.re/blog/2026/tools-4_0_0

Please make sure to merge this pull-request as soon as possible, resolving any merge conflicts in the nf-core-template-merge-4.0.2 branch (or your own fork, if you prefer). Once complete, make a new minor release of your pipeline.

For instructions on how to merge this PR, please see the template sync documentation.

For more information about this release of nf-core/tools, please see the v4.0.2 release page.

Note

Since nf-core/tools 3.5.0, older template update PRs will not be automatically closed, but will remain open in your pipeline repository. Older template PRs will be automatically closed once a newer template PR has been merged.

@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 9329677

+| ✅ 389 tests passed       |+
#| ❔   1 tests were ignored |#
!| ❗   1 tests had warnings |!
Details

❗ Test warnings:

  • pipeline_todos - TODO string in CONTRIBUTING.md: Add any pipeline specific contribution guidelines here, such as coding styles, procedures, checklists etc.

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md

✅ Tests passed:

Run details

  • nf-core/tools version 4.0.2
  • Run at 2026-05-04 13:36:33

Comment thread tests/default.nf.test
"multiqc/multiqc_data/fastqc_sequence_counts_plot.yaml",
"multiqc/multiqc_data/fastqc_sequence_duplication_levels_plot.yaml",
"multiqc/multiqc_data/fastqc_sequence_length_distribution_plot.yaml",
"multiqc/multiqc_data/gtdbtk-first-table.yaml",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we've lost a bunch of multiQC files?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comes from the update of the MultiQC module, so no idea really.

Comment thread workflows/mag.nf
Comment on lines -631 to -655
if (!params.skip_quast) {
ch_multiqc_files = ch_multiqc_files.mix(QUAST.out.report.collect().ifEmpty([]))

if (!params.skip_binning) {
ch_multiqc_files = ch_multiqc_files.mix(QUAST_BINS.out.dir.collect().ifEmpty([]))
}
}

if (!params.skip_binning || params.ancient_dna) {
ch_multiqc_files = ch_multiqc_files.mix(BINNING_PREPARATION.out.multiqc_files.collect().ifEmpty([]))
}

if (!params.skip_binning) {
if (!params.skip_prokka) {
ch_multiqc_files = ch_multiqc_files.mix(PROKKA.out.txt.collect { _meta, report -> report }.ifEmpty([]))
}

if (!params.skip_binqc) {
ch_multiqc_files = ch_multiqc_files.mix(BIN_QC.out.multiqc_files.collect().ifEmpty([]))
}

if (!params.skip_gtdbtk) {
ch_multiqc_files = ch_multiqc_files.mix(GTDBTK.out.multiqc_files.collect().ifEmpty([]))
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like a bunch of stuff is no longer being fed to MQC?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! My bad, fixing it now.

@prototaxites prototaxites left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM now! Feel free to merge, but might be good to double-check the output MQC report first if you haven't'

@dialvarezs

Copy link
Copy Markdown
Member

I checked the MultiQC reports and they look fine. Thank you @prototaxites!

@dialvarezs dialvarezs merged commit 96c1fb1 into dev May 4, 2026
24 checks passed
@jfy133 jfy133 deleted the nf-core-template-merge-4.0.2 branch May 19, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants