{% extends 'base.html' %} {% block title %} Summary result of Tuxedo pipline {% endblock %} {% block content %}

Project ID {{ job_info.id }} done!

Congratulations!

Result Bundle Download

{% with active='summary' %} {% include "_stage_pipe.html" %} {% endwith %}

Computation Statistics

Time Usage

From YYYY-MM-DD mm:hh to YYYY-MM-DD mm:hh using xxhrs xxmins xxsec.

CPU, Disk Usage

Occupied CPU time xxx.xxhrs, xx.xTB disk space.

Owner

{{ owner|default('NTU CGM') }}

Input Parameters

Pipeline used:

Tuxedo

Sample input:

SRRxxxxxx, SRRyyyyyy

Parameters:

{{ param|default('(none)') }}

Summary

{% include "summary.html" %}

Bundle Download

Download the result in different formats:

{% endblock %}