Skip to content

Comments

Minor code polish#174

Merged
maxulysse merged 8 commits intodevfrom
simpler_tests
Feb 19, 2026
Merged

Minor code polish#174
maxulysse merged 8 commits intodevfrom
simpler_tests

Conversation

@maxulysse
Copy link
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/seqinspector 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).

@github-actions
Copy link

github-actions bot commented Feb 17, 2026

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

Posted for pipeline commit 432dfb1

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

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.0.0
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Add bibliography of tools and data used in your pipeline

❔ Tests ignored:

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.2
  • Run at 2026-02-17 16:17:47

@maxulysse maxulysse changed the title Last minute code polish Post-release code polish Feb 17, 2026
@maxulysse maxulysse changed the title Post-release code polish Minor code polish Feb 17, 2026

// Log warnings for samples without rundir
ch_rundir_branched.without_rundir.view { meta, reads ->
ch_rundir_branch.without_rundir.subscribe { meta, _reads ->
Copy link
Member Author

Choose a reason for hiding this comment

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

this was causing a null to be displayed in the terminal when disabling ansi log

@maxulysse maxulysse merged commit 25269d2 into dev Feb 19, 2026
22 checks passed
@maxulysse maxulysse deleted the simpler_tests branch February 19, 2026 10:02
@maxulysse maxulysse mentioned this pull request Feb 20, 2026
11 tasks
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.

2 participants