-
Notifications
You must be signed in to change notification settings - Fork 37
upgrade to nextflow v25 #147
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
base: dev
Are you sure you want to change the base?
Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.0. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
| // HTSeq | ||
| "hts_host_gff_gene_feature_to_count", | ||
| "hts_pathogen_gff_gene_feature_to_count" | ||
| ] |
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.
Can we keep this comment in here, as its useful.
Pretty annoying that the schema doesn't properly support arrays!
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.
Just a small change - all looks good! thanks!
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!
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
Overview
Update to get the pipeline nextflow version
^25.04.2compatible which ended up just being a bit of config refactoringnextflow.confignextflow lint .still very broken but that seems to be the case for nf-core pipelines in general at the moment as I don't think even nextflow knows what its trying to do with strict syntax yetI tested with nextflow versions
25.04.2/.3/.4and all workedalso removed unused/commented out code related to inputs being
string/arrayas you seem to have found a good workaround and the// old// newcomments were a bit confusing I thought. Let me know if that's an issue @reganhayward 👍PR checklist
scrape_software_versions.pynf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).