You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
@@ -369,7 +369,7 @@ class SchemaValidator extends PluginExtensionPoint {
// TODO add link to help message migration guide once created
if (!options.containsKey("hideWarning") || options.hideWarning ==false) {
log.warn("""
Using `paramsHelp()` is not recommended. Check out the help message migration guide: <url>
Using `paramsHelp()` is not recommended. Check out the help message migration guide: https://nextflow-io.github.io/nf-schema/latest/migration_guide/#updating-the-help-message
If you intended to use this function, please add the following option to the input of the function: