-
Notifications
You must be signed in to change notification settings - Fork 713
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
Batch module updates - Fall 2024 #5828
Comments
Can we automatically swap the test datasets paths too? |
@SPPearce can you elaborate / open an issue about this please? (Or point to an existing one) |
We have swapped the file paths used in tests from: This is in the guidelines now, but could do with a bulk update. Made an issue: #5848 |
My concern is that several of the changes require Nextflow 24.04. It means that from this point forward, nf-core will only support Nextflow 24.04+. Is there an analysis of 24.04 vs 22.04-23.10 and what developers have to do to make their pipelines compatible with 24.04 ? Any pipeline developer who is unable to move to 24.04 would remain stuck on pre-June 2024 modules and sub-workflows. |
@muffato this has been policy for a long time now in nf-core. We are not adopting anything that requires an We will soon bump the minimum required version of Nextflow in the pipeline template, and many / most of these changes should come through automatically via template syncs and module updates. We will do our best to write lint tests to cover most of them so that any required changes don't slip through the gaps. We've also recently started the practice of writing blog posts and doing bytesize talks where we talk over and demonstrate the updates that are required for new versions of the template. I appreciate that it can be frustrating to keep updating pipelines with these kinds of changes. But that's also part of what makes nf-core great. We are a large pool of feature requests to Nextflow which makes it better. Stability is still possible through using previous versions of Nextflow and pipelines. I don't think that we should be held back from implementing new features once they are available in stable versions of Nextflow.
The hope is that no-one falls into this camp. If you can see any potential reasons for this, then please say and we can try to resolve them. |
Oh yes @ewels , I don't deny the advantages of moving over. There will be a lot of benefits for people to move. Hopefully we can get away with it by just updating the Nextflow version number and can do pipeline template updates later. |
Should this also include adding stubs? (That is not a breaking change but might still be worth to keep in mind?) Related to #4570. |
Added, thanks! |
Can we add, including |
@mahesh-panchal - we will be requiring a pretty recent minimum version of Nextflow for a lot of this (see comments above), so I think that should be fine 👍🏻 Do we have an issue for that? Could you write one if not? Then we can add it to the list above. Thanks! |
There's not an issue, but a PR #5915. I'll make an issue. |
Added #6454 to list |
Happy to try tackling some of the issues here. Is the plan to tackle this module by module?, or try to script some of the changes, before bulk checking that the modules still function. |
They need scripted changes, not manual updates per file. It is extremely painful to do anything manually across all ~1000 modules :| |
Warning
Please open PRs against the
batch_update_staging
branch. Then we can have small, easy to review, atomic PRs but also merge all batch updates to the modules repo in one go.Note
[Edit - @ewels]: I've split into two groups, those that will require changes from pipeline developers (other than just pulling in updated modules as normal) and those that will not (those that will require changes to pipeline code).
Anything that doesn't need changes to pipeline code can be done iteratively if we wish, rather than batched.
✅ Will not require pipeline updates ✅ ✅ ✅ ✅ ✅
meta.yml
structure for input and output tuples #4983meta.yml
#5830meta.yml
#5831default
channel from condaenvironment.yml
files #5829name
from condaenvironment.yml
#5836testdata_base_path
#5848stub
support to every module #4570--migrate-pytest-hard
#6226⚡ Will require pipeline updates ⚡⚡⚡⚡⚡⚡⚡⚡
eval
to collect version #5834The text was updated successfully, but these errors were encountered: