Skip to content

fix: combined runtime - #128

Merged
FloWuenne merged 17 commits into
devfrom
codex/fix-combined-runtime-blank
Apr 20, 2026
Merged

fix: combined runtime#128
FloWuenne merged 17 commits into
devfrom
codex/fix-combined-runtime-blank

Conversation

@edmundmiller

Copy link
Copy Markdown
Contributor

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
  • 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).

@edmundmiller

Copy link
Copy Markdown
Contributor Author
image

Not perfect but here's where we're at

@edmundmiller
edmundmiller marked this pull request as ready for review April 16, 2026 17:36
@edmundmiller edmundmiller changed the title Codex/fix combined runtime blank fix: combined runtime Apr 16, 2026
@edmundmiller edmundmiller self-assigned this Apr 16, 2026
@edmundmiller
edmundmiller requested a review from FloWuenne April 16, 2026 17:37
edmundmiller and others added 4 commits April 17, 2026 14:07
- Auto-format markdown/json files via prettier hook
- Fix editorconfig indentation in main.nf (line 36: 4-space multiple alignment)

Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
cursoragent and others added 5 commits April 20, 2026 14:13
The Agent quick verify sequence was missing the pre-commit lint step,
causing agents to push unformatted files that fail the CI prettier hook.
Add it as step 4 with guidance on handling auto-fixed files.

Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
…branch

The nf-core job reads nf_core_version from .nf-core.yml via
pietrobolcato/action-read-yaml, but the file was removed from dev.
This produces 'pip install nf-core==' (empty version) which fails.

Port the fix from dev (e484e8a): remove the entire nf-core job,
keeping only the pre-commit job.

Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
adamrtalbot/detect-nf-test-changes@v0.0.3 parses include lines with
line.split()[2] and crashes on multi-line include blocks (IndexError).

Port the fix from dev (cfa47bf): collapse multi-line include blocks
into single-line format.

Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
…-core.yml

Prevent agents from reintroducing multi-line include blocks in main.nf
or re-adding the nf-core lint job without .nf-core.yml.

Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
fix: resolve pre-commit lint errors (prettier + editorconfig)
@FloWuenne
FloWuenne merged commit 929f688 into dev Apr 20, 2026
21 checks passed
@FloWuenne
FloWuenne deleted the codex/fix-combined-runtime-blank branch April 20, 2026 14:38
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