Skip to content

Template Update 3.5.2 & Topics#365

Merged
Tabea01 merged 28 commits intonf-core:devfrom
Tabea01:template_v352
Apr 28, 2026
Merged

Template Update 3.5.2 & Topics#365
Tabea01 merged 28 commits intonf-core:devfrom
Tabea01:template_v352

Conversation

@Tabea01
Copy link
Copy Markdown

@Tabea01 Tabea01 commented Apr 15, 2026

Description

  • Template update to nf-core/tools version 3.5.2
  • Topic channels for version reporting (replacing versions.yml)
  • Updated nf-test snapshots for all pipeline tests
  • Fixed PIPELINE_INITIALISATION test to include missing help, help_full, show_hidden inputs
  • Fixed default.nf.test samplesheet MD5 to only hash stable columns (sample, fastq_1, fastq_2) instead of all ENA metadata fields

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/fetchngs branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 15, 2026

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

Posted for pipeline commit e2649a4

+| ✅ 202 tests passed       |+
#| ❔  13 tests were ignored |#
!| ❗   2 tests had warnings |!
Details

❗ Test warnings:

❔ Tests ignored:

  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes_ignored.config
  • files_exist - File is ignored: conf/modules.config
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: assets/nf-core-fetchngs_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-fetchngs_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-fetchngs_logo_dark.png
  • multiqc_config - multiqc_config
  • modules_config - modules_config

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-04-28 13:24:05

@Tabea01 Tabea01 requested a review from maxulysse April 21, 2026 12:55
@Tabea01 Tabea01 changed the title Template Update 3.5.2 & Topics WIP Template Update 3.5.2 & Topics Apr 22, 2026
@Tabea01 Tabea01 changed the title Template Update 3.5.2 & Topics Template Update 3.5.2 & Topics WIP Apr 22, 2026
@Tabea01 Tabea01 changed the title Template Update 3.5.2 & Topics WIP Template Update 3.5.2 & Topics Apr 24, 2026
@Tabea01 Tabea01 merged commit dc1918f into nf-core:dev Apr 28, 2026
21 checks passed
Copy link
Copy Markdown

@jonasscheid jonasscheid left a comment

Choose a reason for hiding this comment

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

Well done! I see @maxulysse was already faster :D

Comment thread tests/main.nf.test
nextflow_workflow {

name "Test workflow: sra/main.nf"
name "Test workflow: ../workflows/fetchngs.nf"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What is the difference between the main.nf.test and the default.nf.test? We normally have the "default.nf.test" (tests only basic functionality) and then different tests for different settings

Comment thread workflows/fetchngs.nf
IMPORT MODULES / SUBWORKFLOWS / FUNCTIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
include { paramsSummaryMap } from 'plugin/nf-schema'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not used

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.

3 participants