Skip to content

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
  • Workflow onComplete section
  • Type annotations

@pditommaso pditommaso force-pushed the master branch 2 times, most recently from 66752e0 to 1a7081c Compare May 1, 2025 11:56
@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

@bentsherman bentsherman force-pushed the preview branch 2 times, most recently from a873b9b to beaf1a7 Compare October 7, 2025 21:37
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