Skip to content

Commit

Permalink
made report, timeline, and trace filenames more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalmer37 committed Jul 4, 2024
1 parent 8715989 commit cb53663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ process {

report {
enabled = true
file = "${params.outdir}/${params.run_name}_report.html"
file = "${params.outdir}/${params.run_name}_fluviewer-nf_nextflow_report.html"
}

timeline {
enabled = true
file = "${params.outdir}/${params.run_name}_timeline.html"
file = "${params.outdir}/${params.run_name}_fluviewer-nf_nextflow_timeline.html"
}

trace {
enabled = true
file = "${params.outdir}/${params.run_name}_trace.txt"
file = "${params.outdir}/${params.run_name}_fluviewer-nf_nextflow_trace.txt"
}

0 comments on commit cb53663

Please sign in to comment.