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 TCR_mapping_vdj_summary is defined %}
{% include "html/vdj/TCR_mapping_vdj_summary.html"%}
{% endif %}
{% if BCR_mapping_vdj_summary is defined %}
{% include "html/vdj/BCR_mapping_vdj_summary.html"%}
{% endif %}
{% if TCR_count_vdj_summary is defined %}
{% include "html/vdj/TCR_count_vdj_summary.html"%}
{% endif %}
{% if BCR_count_vdj_summary is defined %}
{% include "html/vdj/BCR_count_vdj_summary.html"%}
{% endif %}
{% if table_dict is defined %}
{% include "html/vdj/clonetypes_table.html"%}
{% endif %}