Skip to content

Conversation

@bentsherman
Copy link
Member

Close #6540

This PR moves the Nextflow version check (manifest.nextflowVersion) so that it happens as early as possible -- immediately after the config is loaded

This will improve the error message for errors that are downstream of a version mismatch. For example, in the linked issue, a pipeline requiring >=25.10 was run with 25.04, and because it was also loading a plugin that requires >=25.10, the resulting error was about the plugin not existing rather than the Nextflow version being incorrect

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 054cf71
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/691f375f85f29400088e641b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nextflow version check happens after loading the plugins

2 participants