Add new version 2.5.0 of nf-schema plugin#146
Merged
pditommaso merged 1 commit intonextflow-io:mainfrom Sep 1, 2025
Merged
Conversation
pditommaso
approved these changes
Sep 1, 2025
Contributor
Author
|
Thanks @pditommaso! Would you also mind merging this as I don't have write access 😁 |
Member
|
Sure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New features
validation.help.enumLengthwhich sets the maximum length of enum values in the help message. The default is set to the value in theCOLUMNSenvironment variable or 100 character if that variable isn't set.--help <args>. If<args>is associated with a schema, then the top-level fields will be shown similarly to--helpfor the main schema.Changes
paramsHelp()function to allow pipeline developers a fully fledged alternative to the help messages created via the configuration options. This change enables the use of dynamic help message with the strict configuration syntax introduced in Nextflow 25.04.0.validation.monochromeLogsconfiguration option.jsonschemavalidation result into a newValidationResultclass.Bug fixes
nullweren't being set correctly insamplesheetToList().3MBforYAMLformat samplesheets (new limit is50MB).Logging configuration
This update contains a rework of the logging configuration. The
valdiation.loggingconfiguration scope has been added with options to replace and expand the current logging configuration options. These options can all take the following values:skip: Skip loggingdebug: Log debug messages (only printed in the.nextflow.logfile)info: Log info messages (also printed in the terminal)warn: Log warning messages (also printed in the terminal, but in yellow)error: Fail the pipeline and print the error messagevalidation.failUnrecognisedParamsvalidation.logging.unrecognisedParamsvalidation.failUnrecognisedHeadersvalidation.logging.unrecognisedHeaders