{% include "html/utils/start.html"%} {% if demultiplexing_summary is defined %} {% set step_summary = demultiplexing_summary %} {% include "html/utils/step.html"%} {% endif %} {% if mapping_summary is defined %} {% set step_summary = mapping_summary %} {% include "html/utils/step.html" %} {% endif %} {% if cells_summary is defined%} {% set step_summary = cells_summary %} {% include "html/rna/count.html" %} {% endif %} {% if kb_python_summary is defined%} {% set step_summary = kb_python_summary %} {% include "html/utils/step.html" %} {% endif %} {% if analysis_summary is defined %} {% set step_summary = analysis_summary %} {% include "html/rna/analysis.html"%} {% endif %} {% include "html/utils/end.html"%}