-
Notifications
You must be signed in to change notification settings - Fork 214
Bump/nf schema 2.5.1 #3743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump/nf schema 2.5.1 #3743
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I made some modifications in the jinja2 lines, to avoid empty lines with spaces when we render the template
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
nf_core/pipeline-template/subworkflows/local/utils_nfcore_pipeline_pipeline/main.nf
Outdated
Show resolved
Hide resolved
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
… bump/nf-schema-2.5.0
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@mirpedrol are you okay with this being merged? |
Yes, fine for me. |
Can I force merge? The check seems to be stuck but all tests pass |
I have modified the branch protection rules, should be OK now |
We should also update the Nextflow version in |
Good catch, should be okay now |
Seems like you will need to do it again 😁 |
done :) |
This PR bumps nf-schema to the new 2.5.1 version.
The help message and parameter summary creation have also been updated to ensure compatibility with future nextflow versions. Currently we used unsupported config logic that would fail once the strict config syntax will be enforced. This logic has now been moved to the
utils
subworkflow using the updatedparamsHelp
function.