Skip to content
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

Please pin the version of the nf-validation plugin! #354

Closed
mirpedrol opened this issue Mar 8, 2024 · 1 comment
Closed

Please pin the version of the nf-validation plugin! #354

mirpedrol opened this issue Mar 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mirpedrol
Copy link
Member

mirpedrol commented Mar 8, 2024

Description of feature

Hello!

⚠️ The nf-validation plugin will have soon a new release (v2.0) which has breaking changes.
This will break the usage of all pipelines that don't pin the version of this plugin, as Nextflow tries to pull the latest version.

  • ❓ How to pin the version:
    Add this to your nextflow.config file (notice the @1.1.3):
plugins {
    [email protected]
}
  • 🚨 Release a patch release as soon as possible!
    Either if you already pinned the version on your dev branch or if you are going to add it now, please release this changes ASAP, to avoid breaking the usage of the latest version of your pipeline when the new version of nf-validation comes out.

  • 🤓 How to use the new version of nf-validation?
    If you want to be prepared for the new version of nf-validation, this will use the latest version of a JSON Schema draft. You will have to update the nextflow_schema.json and input_schema.json files (and any other JSON schemas that you use!).
    You can find a migration guide here.

@mirpedrol mirpedrol added the enhancement New feature or request label Mar 8, 2024
@JoseEspinosa
Copy link
Member

Updated by #300

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

No branches or pull requests

2 participants