{% if 'FASTA_VALIDATE' in all_stats_dicts %}
{% endif %}
{% if 'GFF3_VALIDATE' in all_stats_dicts %}
{% endif %}
{% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %}
{% endif %}
{% if 'NCBI_FCS_GX' in all_stats_dicts %}
{% endif %}
{% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}
{% endif %}
{% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}
{% endif %}
{% if 'BUSCO' in all_stats_dicts %}
{% endif %}
{% if 'BUSCO_GFF' in all_stats_dicts %}
{% endif %}
{% if 'TIDK' in all_stats_dicts %}
{% endif %}
{% if 'LAI' in all_stats_dicts %}
{% endif %}
{% if 'KRAKEN2' in all_stats_dicts %}
{% endif %}
{% if 'HIC' in all_stats_dicts %}
{% endif %}
{% if 'SYNTENY_CIRCOS' in all_stats_dicts %}
{% endif %}
{% if 'SYNTENY_DOTPLOT' in all_stats_dicts %}
{% endif %}
{% if 'SYNTENY_PLOTSR' in all_stats_dicts %}
{% endif %}
{% if 'MERQURY' in all_stats_dicts %}
{% endif %}
{% include 'params/params.html' %}
{% include 'tools/tools.html' %}
{% if 'FASTA_VALIDATE' in all_stats_dicts %}
{%include 'fasta_validate/fasta_validate.html' %}
{% endif %}
{% if 'GFF3_VALIDATE' in all_stats_dicts %}
{% include 'gff3_validate/gff3_validate.html' %}
{% endif %}
{% if 'NCBI_FCS_ADAPTOR' in all_stats_dicts %}
{% include 'ncbi_fcs_adaptor/ncbi_fcs_adaptor.html' %}
{% endif %}
{% if 'NCBI_FCS_GX' in all_stats_dicts %}
{% include 'ncbi_fcs_gx/ncbi_fcs_gx.html' %}
{% endif %}
{% if 'ASSEMBLATHON_STATS' in all_stats_dicts %}
{% include 'assemblathon_stats/assemblathon_stats.html' %}
{% endif %}
{% if 'GENOMETOOLS_GT_STAT' in all_stats_dicts %}
{% include 'genometools_gt_stat/genometools_gt_stat.html' %}
{% endif %}
{% if 'BUSCO' in all_stats_dicts %}
{% include 'busco/busco.html' %}
{% endif %}
{% if 'BUSCO_GFF' in all_stats_dicts %}
{% include 'busco_gff/busco_gff.html' %}
{% endif %}
{% if 'TIDK' in all_stats_dicts %}
{% include 'tidk/tidk.html' %}
{% endif %}
{% if 'LAI' in all_stats_dicts %}
{% include 'lai/lai.html' %}
{% endif %}
{% if 'KRAKEN2' in all_stats_dicts %}
{% include 'kraken2/kraken2.html' %}
{% endif %}
{% if 'HIC' in all_stats_dicts %}
{% include 'hic/hic.html' %}
{% endif %}
{% if 'SYNTENY_CIRCOS' in all_stats_dicts %}
{% include 'synteny_circos/synteny_circos.html' %}
{% endif %}
{% if 'SYNTENY_DOTPLOT' in all_stats_dicts %}
{% include 'synteny_dotplot/synteny_dotplot.html' %}
{% endif %}
{% if 'SYNTENY_PLOTSR' in all_stats_dicts %}
{% include 'synteny_plotsr/synteny_plotsr.html' %}
{% endif %}
{% if 'MERQURY' in all_stats_dicts %}
{% include 'merqury/merqury.html' %}
{% endif %}
{% include 'js.html' %}