Skip to content

Commit

Permalink
Merge branch 'trace' into 'dev'
Browse files Browse the repository at this point in the history
Trace

See merge request epi2melabs/workflows/wf-single-cell!59
  • Loading branch information
nrhorner committed Feb 9, 2023
2 parents 3f0094b + bc7a98e commit 539c102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,17 @@ profiles {

timeline {
enabled = true
overwrite = true
file = "${params.out_dir}/execution/timeline.html"
}
report {
enabled = true
overwrite = true
file = "${params.out_dir}/execution/report.html"
}
trace {
enabled = true
overwrite = true
file = "${params.out_dir}/execution/trace.txt"
}

Expand Down

0 comments on commit 539c102

Please sign in to comment.