{% 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_split/summarize.html"%}
{% endif %}
{% if mapping_annotation_summary is defined %}
{% set step_summary = mapping_annotation_summary %}
{% include "html/fl_vdj_TRUST4_split/mapping_annotation.html"%}
{% endif %}
{% include "html/utils/end.html"%}