chrisgulvik / wf-assembly-snps

0 stars 2 forks source link

Timestamp makes results unreadable in file explorer #18

Closed gregorysprenger closed 7 months ago

gregorysprenger commented 2 years ago

Current behavior

Timestamp in main.nf and nextflow.config are in the format 'yyyy-MM-dd HH:mm:ss'. This format looks fine within a linux terminal but is unreadable in Window's file explorer:

image

Solution

Change timestamp in main.nf and nextflow.config to 'yyyy-MM-dd_HH-mm-ss'.