We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225699c commit d56c87cCopy full SHA for d56c87c
nf_core/pipelines/schema.py
@@ -96,6 +96,7 @@ def _update_validation_plugin_from_config(self) -> None:
96
conf.get("validation.help.shortParameter", "help"),
97
conf.get("validation.help.fullParameter", "helpFull"),
98
conf.get("validation.help.showHiddenParameter", "showHidden"),
99
+ "trace_report_suffix", # report suffix should be ignored by default as it is a Java Date object
100
] # Help parameter should be ignored by default
101
ignored_params_config_str = conf.get("validation.defaultIgnoreParams", "")
102
ignored_params_config = [
0 commit comments