h3abionet/chipimputation v${version}
Run Name: $runName
<% if (!success){
out << """
h3abionet/chipimputation execution completed unsuccessfully!
The exit status of the task that caused the workflow execution to fail was: $exitStatus.
The full error message was:
${errorReport}
"""
} else {
out << """
h3achipimputation execution completed successfully!
"""
}
%>
The workflow was completed at $dateComplete (duration: $duration)
The command used to launch the workflow was as follows:
$commandLine
Pipeline Configuration:
<% out << params.ref_panels.collect{ k, v -> "| ${k} | ${v.vcf} |
" }.join("\n") %>
Imputation details: