{% extends "base.html" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% macro safe_show_asset_attr(x) %} {% if x is none or not x|length %} NA {% else %} {{ x }} {% endif %} {% endmacro %}
This is a list of genomes hosted by this server: {% for genome in genomes.keys() | sort %} {{ genome }}{{ "," if not loop.last }} {% endfor %}
Description: {{ genomes[genome_name].genome_description }}
Checksum: {{ genomes[genome_name].genome_digest }}