Skip to content

Commit 836a89b

Browse files
committed
Update default value for trace_report_suffix in nextflow_schema.json to use 'yyyy-MM-dd_HH-mm-ss' format
1 parent 1b4fc39 commit 836a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
"trace_report_suffix": {
918918
"type": "string",
919919
"pattern": "^[a-zA-Z0-9_\\-\\.{}]+$",
920-
"default": "{date}",
920+
"default": "yyyy-MM-dd_HH-mm-ss",
921921
"fa_icon": "far fa-calendar-alt",
922922
"description": "Suffix to add to the trace report filename.",
923923
"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)