{% include "html/merge/start.html"%}
{% if rna_sample_summary is defined %} {% set step_summary = rna_sample_summary %} {% include "html/merge/step.html"%} {% endif %} {% if rna_demultiplexing_summary is defined %} {% set step_summary = rna_demultiplexing_summary %} {% include "html/merge/step.html"%} {% endif %} {% if rna_mapping_summary is defined %} {% set step_summary = rna_mapping_summary %} {% include "html/merge/step.html" %} {% endif %} {% if rna_cells_summary is defined%} {% set step_summary = rna_cells_summary %} {% include "html/merge/count.html" %} {% endif %} {% if rna_analysis_summary is defined %} {% set step_summary = rna_analysis_summary %} {% include "html/merge/analysis.html"%} {% endif %}
{% if atac_sample_summary is defined %} {% set step_summary = atac_sample_summary %} {% include "html/merge/step.html"%} {% endif %} {% if atac_barcode_summary is defined %} {% set step_summary = atac_barcode_summary %} {% include "html/merge/step.html"%} {% endif %} {% if atac_mapping_summary is defined %} {% set step_summary = atac_mapping_summary %} {% include "html/merge/atac_mapping.html"%} {% endif %} {% if atac_cells_summary is defined %} {% set step_summary = atac_cells_summary %} {% include "html/merge/atac_cells.html"%} {% endif %} {% if atac_analysis_summary is defined %} {% set step_summary = atac_analysis_summary %} {% include "html/merge/atac_analysis.html"%} {% endif %}
{% include "html/utils/end.html"%}