{% 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 }}
download | asset name:tag | asset description | asset/archive size | archive digest |
---|---|---|---|---|
{{ asset_name }}:{{ tag_name }} | {{ safe_show_asset_attr(asset_data["asset_description"]) }} | {{ safe_show_asset_attr(tag_data["asset_size"]) }}/{{ safe_show_asset_attr(tag_data["archive_size"]) }} | {{ safe_show_asset_attr(tag_data["archive_digest"]) }} |