Skip to content

Commit

Permalink
Added a param so allow for propogation of trace_timestamp for catchin…
Browse files Browse the repository at this point in the history
…g pipeline_execution file
  • Loading branch information
DLBPointon committed Jul 26, 2023
1 parent d6497c1 commit 8f89150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextflow.config
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ env {
process.shell = ['/bin/bash', '-euo', 'pipefail']

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

0 comments on commit 8f89150

Please sign in to comment.