mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +00:00
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
----------------------------------------------------
|
|
,--./,-.
|
|
___ __ __ __ ___ /,-._.--~\\
|
|
|\\ | |__ __ / ` / \\ |__) |__ } {
|
|
| \\| | \\__, \\__/ | \\ |___ \\`-._,-`-,
|
|
`._,._,'
|
|
nf-core/taxprofiler v${version}
|
|
----------------------------------------------------
|
|
|
|
Run Name: $runName
|
|
|
|
<% if (success){
|
|
out << "## nf-core/taxprofiler execution completed successfully! ##"
|
|
} else {
|
|
out << """####################################################
|
|
## nf-core/taxprofiler execution completed unsuccessfully! ##
|
|
####################################################
|
|
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
|
|
The full error message was:
|
|
|
|
${errorReport}
|
|
"""
|
|
} %>
|
|
|
|
|
|
The workflow was completed at $dateComplete (duration: $duration)
|
|
|
|
The command used to launch the workflow was as follows:
|
|
|
|
$commandLine
|
|
|
|
|
|
|
|
Pipeline Configuration:
|
|
-----------------------
|
|
<% out << summary.collect{ k,v -> " - $k: $v" }.join("\n") %>
|
|
|
|
--
|
|
nf-core/taxprofiler
|
|
https://github.com/nf-core/taxprofiler
|