Skip to content

Commit 2df41cc

Browse files
committed
Remove default value for trace_report_suffix in nextflow_schema.json
1 parent 836a89b commit 2df41cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nextflow_schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@
917917
"trace_report_suffix": {
918918
"type": "string",
919919
"pattern": "^[a-zA-Z0-9_\\-\\.{}]+$",
920-
"default": "yyyy-MM-dd_HH-mm-ss",
921920
"fa_icon": "far fa-calendar-alt",
922921
"description": "Suffix to add to the trace report filename.",
923922
"help_text": "You can use '{date}' as a placeholder which will be replaced with the current date and time in the format 'yyyy-MM-dd_HH-mm-ss'. For example, 'run_{date}' will become 'run_2023-05-15_14-30-45'.",

0 commit comments

Comments
 (0)