{% extends "bootstrap/base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block content %}

Biological Database Latest Versions

This web application lists the latest versions for biological databases. It refreshes once per day.

{% for name, version, homepage in rows %} {% endfor %}
Name Version JSON
{{ name }} {% if homepage %}{{ version }} {% else %}{{ version }}{% endif %}
{% endblock %}