fix: combined runtime - #128
Merged
Merged
Conversation
… to combined_task_runtime
Contributor
Author
- 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>
3 tasks
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
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).