Template update#80
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the nf-core template from version 3.1.1 to 3.3.2, bringing the pipeline up to date with the latest nf-core framework standards and best practices.
Key changes include:
- Migration from GitHub Actions CI workflow to nf-test testing framework
- Updated dependencies including nf-schema plugin from 2.1.1 to 2.4.2 and multiqc from 1.25.1 to 1.29
- Enhanced configuration for GPU support and improved error handling
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/nf-test.yml |
New comprehensive nf-test workflow replacing the old CI approach |
tests/ |
New testing infrastructure with nf-test configuration and test files |
nextflow.config |
Updated plugin versions, GPU support, and improved configuration loading |
modules/nf-core/multiqc/ |
Updated MultiQC module to version 1.29 with enhanced metadata |
.github/workflows/ |
Updated various workflow files with newer action versions and Python 3.13 |
.nf-core.yml |
Template configuration updated to reflect new version and structure |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
…to template_update merge
robert-a-forsyth
approved these changes
Aug 20, 2025
Collaborator
Author
|
After merging latest dev include channel version of vcfsplit |
…r_somatic into template_update
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.
Template update from 3.1.1 to 3.3.2
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).