CeleScope 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 star_summary is defined %}
{% include "html/rna/star_summary.html"%}
{% endif %}
{% if featureCounts_summary is defined%}
{% include "html/rna/featureCounts_summary.html"%}
{% endif %}
{% if umi_summary is defined %}
{% include "html/rna/umi_summary.html"%}
{% endif %}
{% if cluster_tsne is defined %}
{% include "html/rna_virus/analysis_rna_virus_summary.html"%}
{% endif %}