Skip to content

Commit

Permalink
fixed issue with timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchreyer committed Jan 30, 2024
1 parent 6a950be commit c86c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ process.shell = ['/bin/bash', '-euo', 'pipefail']

// Disable process selector warnings by default. Use debug profile to enable warnings.
nextflow.enable.configProcessNamesValidation = false
s.

def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
timeline {
enabled = true
file = "${params.outdir}/pipeline_info/execution_timeline_${trace_timestamp}.html"
Expand Down

0 comments on commit c86c82d

Please sign in to comment.