{% extends "base.html" %} {% import "bootstrap5/utils.html" as util %} {% block title %}SeMRA{% endblock %} {% block head %} {{ super() }} {% endblock %} {% macro bioregistry_href(ref) %} {% if ref.prefix == "clo" %} https://bioregistry.io/{{ ref.curie }}?provider=ols {% else %} https://bioregistry.io/{{ ref.curie }} {% endif %} {% endmacro %} {% block scripts %} {% endblock %} {% block content %}
{{ util.render_messages(dismissible=True, container=False) }}
{{ name }} {{ curie }}
Exact Matches

These exact matches are inferred, potentially using promotion of database cross-references.

{% for exact_match, name in exact_matches.items() %} {% if has_biomappings %} {% endif %} {% endfor %}
{{ exact_match.curie }} {% if name %}{{ name }}{% endif %} SeMRA Bioregistry {% if reference.prefix == exact_match.prefix %} Handle in-prefix mapping {% elif (curie, exact_match.curie) in false_mapping_index %} Already Marked as Incorrect {% else %} Mark as Incorrect {% endif %}
{% endblock %}