GEXSCOPE Report
{% if sample_summary is defined %}
{% include "html/common/sample_summary.html"%}
{% endif %}
{% if barcode_summary is defined %}
{% include "html/common/barcode_summary.html"%}
{% endif %}
{% if cutadapt_summary is defined %}
{% include "html/common/cutadapt_summary.html"%}
{% endif %}
{% if mapping_smk_summary is defined %}
{% include "html/smk/mapping_smk_summary.html"%}
{% endif %}
{% if count_smk_summary is defined %}
{% include "html/smk/count_smk_summary.html"%}
{% endif %}
{% if cluster_tsne is defined %}
{% include "html/smk/analysis_smk_summary.html"%}
{% endif %}