You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current timestamp format is: "yyyyMMdd-A", producing something like 20250326-57453015. Especially the last part (A = milliseconds of a day) is very bad to read, although the first part is also pretty uneasy on the eye.
Use case
Looking at Trace files and searching the last run
Using the Trace timestamp for writing other timestamped output (for example in plugins) in a human-readable format.
Suggested implementation
I like the nf-core standard timestamp yyyy-MM-dd_HH-mm-ss. If more specificity is desired (milli- or even nanoseconds), one could change this to yyyy-MM-dd_HH-mm-ss-n.
New feature
The current timestamp format is: "yyyyMMdd-A", producing something like
20250326-57453015
. Especially the last part (A = milliseconds of a day) is very bad to read, although the first part is also pretty uneasy on the eye.Use case
Suggested implementation
I like the
nf-core
standard timestampyyyy-MM-dd_HH-mm-ss
. If more specificity is desired (milli- or even nanoseconds), one could change this toyyyy-MM-dd_HH-mm-ss-n
.Position of code:
nextflow/modules/nextflow/src/main/groovy/nextflow/trace/TraceHelper.groovy
Lines 51 to 55 in 4be204f
The text was updated successfully, but these errors were encountered: