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:
Solution
Change timestamp in main.nf and nextflow.config to 'yyyy-MM-dd_HH-mm-ss'.
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:
Solution
Change timestamp in main.nf and nextflow.config to 'yyyy-MM-dd_HH-mm-ss'.