{% extends "base.html" %} {% import "bootstrap5/utils.html" as util %} {% block title %}SeMRA{% endblock %} {% macro count_column(counter, key, icon) -%}
{{ key }}
{{ label }} | {% if has_names %}Name | {% endif %}Count |
---|---|---|
{%- if is_concept -%}
{% if has_names %}
{{ key[0] }}
{% else %}
FAILURE!
{{ key }}
{% endif %}
{%- else -%}
{% if has_names %}{{ key[0] }}{% else %}{{ key }}{% endif %}
{%- endif -%}
|
{% if has_names %}{{ key[1] }} | {% endif %}{{ "{:,}".format(count) }} |
Name | Version | License | Confidence | Evidences |
---|---|---|---|---|
Inferred | - | - | - | {{ "{:,}".format(evidence_type_counter["reasoned"]) }} |
{{ mapping_set.name }} | {{ mapping_set.version }} | {% if mapping_set.license %}{{ mapping_set.license }}{% endif %} | {{ mapping_set.confidence }} | {{ "{:,}".format(mapping_set_counter[mapping_set.curie]) }} |
{{ example_mapping[:8]}}