Skip to content

Commit

Permalink
add migration url to deprecation message of paramsHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Aug 23, 2024
1 parent 483fc91 commit 9f91202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
`hideWarning: true`
Expand Down

0 comments on commit 9f91202

Please sign in to comment.