{% include "html/utils/start.html"%}
{% if convert_summary is defined %}
{% set step_summary = convert_summary %}
{% include "html/utils/step.html"%}
{% endif %}
{% if kb_python_summary is defined %}
{% set step_summary = kb_python_summary %}
{% include "html/rnavirus/rnavirus.html"%}
{% endif %}
{% include "html/utils/end.html"%}