{% include "html/utils/start.html"%}
{% if assemble_summary is defined %}
{% set step_summary = assemble_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if summarize_summary is defined %}
{% set step_summary = summarize_summary %}
{% include "html/fl_vdj_TRUST4/summarize.html"%}
{% endif %}
{% if annotation_summary is defined %}
{% set step_summary = annotation_summary %}
{% include "html/fl_vdj_TRUST4/annotation.html"%}
{% endif %}
{% include "html/utils/end.html"%}