{% extends "base.html" %} {% import "bootstrap4/form.html" as wtf %} {% import "bootstrap4/utils.html" as util %} {% block title %}Biomappings ({{ "{:,d}".format(remaining_rows) }}){% endblock %} {% macro progress_color(confidence) -%} {% if confidence > 85 %} bg-success {% elif confidence > 60 %} bg-warning {% else %} bg-danger {% endif %} {%- endmacro %} {% block content %}
{{ query }}
({{ "{:,d}".format(remaining_rows) }} Results)
{% else %}
{% endif %}
Line | {% endif %}Subject ID | Source Name | {% if show_relations %}Predicate | {% endif %}Object ID | Object Label | Conf. | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ 1 + line }} | {% endif %}{{ p.subject.curie }} | {{ p.subject.name }} | {% if show_relations %}{{ p.predicate.curie }} | {% endif %}{{ p.object.curie }} | {{ p.object.name }} |
{% set confidence = ((p.confidence | float) * 100) | int %}
|
-B- | -N- |