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 consensus_summary is defined %}
{% include "html/common/consensus_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 target_metrics_summary is defined%}
{% include "html/snp/target_metrics_summary.html"%}
{% endif %}
{% if snpCalling_summary is defined %}
{% include "html/snp/snpCalling_summary.html"%}
{% endif %}
{% if cluster_tsne is defined %}
{% include "html/snp/analysis_snp_summary.html"%}
{% endif %}