How to output execution report to multiple locations

17 views
Skip to first unread message

Thomas A. Christensen II

unread,
Apr 13, 2022, 4:55:45 PM4/13/22
to next...@googlegroups.com

Hi All,

I'd like to save the pipeline execution report file to multiple places using a config file. I've tried using an array in the report > file config scope, but that doesn't output the report at all.

def trace_timestamp = new java.util.Date().format( 'yyyy-MM-dd_HH-mm-ss')
report {
enabled = true
file = [
"./trace/execution_report_${trace_timestamp}.html",
"./trace/execution_report_latest.html"
]
}

Is there a way to save the report to multiple places?

Thanks,
Thomas Christensen

Paolo Di Tommaso

unread,
Apr 14, 2022, 5:44:01 AM4/14/22
to next...@googlegroups.com
It's not a supported feature 

--
You received this message because you are subscribed to the Google Groups "Nextflow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nextflow+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nextflow/e4c4972d-f878-a6e5-890b-e5459c513b86%40vet.k-state.edu.
Reply all
Reply to author
Forward
0 new messages