Skip to content

Bump modules and subworkflows across entire pipeline#376

Open
apeltzer wants to merge 5 commits intodevfrom
update-modules
Open

Bump modules and subworkflows across entire pipeline#376
apeltzer wants to merge 5 commits intodevfrom
update-modules

Conversation

@apeltzer
Copy link
Copy Markdown
Member

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/demultiplex branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines 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).

@apeltzer apeltzer requested review from a team, blajoie, nh13 and sam-white04 as code owners February 26, 2026 10:45
@apeltzer apeltzer requested review from Aratz and removed request for a team February 26, 2026 10:45
@apeltzer
Copy link
Copy Markdown
Member Author

This should fix #374 and #338 @SPPearce

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 26, 2026

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

Posted for pipeline commit 1f3bfed

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

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: conf/igenomes_ignored.config
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-02-27 11:37:43

@apeltzer
Copy link
Copy Markdown
Member Author

Yeah bunch of things to be done:

  • Versions topics

@SPPearce
Copy link
Copy Markdown
Contributor

Interesting, as I was trying to do the same thing yesterday morning, but bcl_demultiplex was failing for me when it tries to classify each file as empty or not.

@SPPearce
Copy link
Copy Markdown
Contributor

@matthdsm , I can't get your bcl_demultiplex to work inside demultiplex 😞

@matthdsm
Copy link
Copy Markdown
Collaborator

Are you using the latest version? I made some fixes earlier this week

ch_interop = ch_interop.mix(BCLCONVERT.out.interop)
ch_reports = ch_reports.mix(BCLCONVERT.out.reports)
ch_logs = ch_logs.mix(BCLCONVERT.out.logs)
<<<<<<< Updated upstream
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Merge conflict, might be the cause of the issues 😄

@SPPearce
Copy link
Copy Markdown
Contributor

Are you using the latest version? I made some fixes earlier this week

Yes, I am using your most recent version. Fixed the merge conflict, but can't seem to get it to work at the moment.

@matthdsm
Copy link
Copy Markdown
Collaborator

Looks like an issue nothing to do with bcl_demultiplex

    >   Item with id HBRR1_S1_L001 is missing the 'samplename' key. -- Check script '/home/runner/_work/demultiplex/demultiplex/modules/local/fastq_to_samplesheet/main.nf' at line: 28

@grst grst mentioned this pull request Apr 2, 2026
@delfiterradas delfiterradas self-assigned this Apr 6, 2026
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.

6 participants