{% include "html/utils/start.html"%}
{% if mapping_summary is defined %}
{% set step_summary = mapping_summary %}
{% include "html/utils/step.html" %}
{% endif %}
{% if analysis_summary is defined %}
{% set step_summary = analysis_summary %}
{% include "html/sweetseq/analysis.html"%}
{% endif %}
{% include "html/utils/end.html"%}