Skip to content

Preview: Nextflow 25.10 #34

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Preview: Nextflow 25.10 #34

wants to merge 3 commits into from

Conversation

bentsherman
Copy link
Member

@bentsherman bentsherman commented Apr 18, 2025

This PR provides a comprehensive preview of new language features.

I will keep the preview branch up to date with the latest language features so that we have a good public example for users to try. Simply run the pipeline and specify preview as the revision:

nextflow run rnaseq-nf -r preview [...]

(Note: until Nextflow 25.10 is released, this will require building Nextflow locally from the master branch)

This seems like a better alternative to updating master, which would break compatibility with older pipelines.

Summary of changes

25.04

  • Workflow outputs (third preview)
  • Replace channel.fromFilePairs() with samplesheet

25.10 (this branch)

  • Workflow params (first preview)

@bentsherman bentsherman changed the title Preview: Nextflow 25.04 Preview: Nextflow 10 May 8, 2025
@bentsherman bentsherman changed the title Preview: Nextflow 10 Preview: Nextflow 25.10 May 8, 2025
@bentsherman
Copy link
Member Author

Preview for 25.04 is now locked on the preview-25-04 branch. You can now run it yourself with Nextflow:

nextflow self-update
nextflow run rnaseq-nf -r preview-25-04 -profile conda

This PR will move forward with upcoming features for 25.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant