Skip to content

Commit d56c87c

Browse files
committed
ignore trace_report_suffix default check
1 parent 225699c commit d56c87c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nf_core/pipelines/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def _update_validation_plugin_from_config(self) -> None:
9696
conf.get("validation.help.shortParameter", "help"),
9797
conf.get("validation.help.fullParameter", "helpFull"),
9898
conf.get("validation.help.showHiddenParameter", "showHidden"),
99+
"trace_report_suffix", # report suffix should be ignored by default as it is a Java Date object
99100
] # Help parameter should be ignored by default
100101
ignored_params_config_str = conf.get("validation.defaultIgnoreParams", "")
101102
ignored_params_config = [

0 commit comments

Comments
 (0)