{% include "html/utils/start.html"%}
{% if consensus_summary is defined %}
{% set step_summary = consensus_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if mapping_vdj_summary is defined %}
{% set step_summary = mapping_vdj_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if count_vdj_summary is defined %}
{% set step_summary = count_vdj_summary %}
{% include "html/bulk_vdj/count_vdj.html"%}
{% endif %}
{% if well_metrics is defined %}
{% set table = well_metrics %}
{% include "html/utils/table.html"%}
{% endif %}
{% if clonotypes is defined %}
{% set table = clonotypes %}
{% include "html/utils/table.html"%}
{% endif %}
{% include "html/utils/end.html"%}