{% block custom_css %} {% endblock %}

{{ accession }}

{% if enzyme.databaseIds.get("uniprot", [None,])[0] is not none %}

Visualization of AlphaFold-predicted protein structure (visualized by PyMol OS)

Protein visualization
{% else %} Placeholder for missing protein visualization {% endif %}
{% if comment %} {% endif %}
Accession ID {{ accession }}
Entry Status
  • Status: {{ status }}
Enzyme Name {{ enzyme.get("name") }}
Enzyme Description {{ enzyme.get("description") }}
Database References {% if enzyme.databaseIds is not none %}
    {% for key, value in enzyme.databaseIds.items() %}
  • {{ key }}: {{ value[0] }}
  • {% endfor %}
{% else %} No database crosslinks available {% endif %}
References {% if enzyme.references is not none %}
    {% for row in enzyme.references %}
  • {{ row[0] }}
  • {% endfor %}
{% else %} No references available {% endif %}
Comment {{ comment }}
{% if enzyme.auxiliaryEnzymes is defined %}
{% for auxenzyme in enzyme.auxiliaryEnzymes %}

Auxiliary Enzyme #{{ loop.index }}

{% if auxenzyme.description is not none %} {% endif %}
Enzyme Name {{ auxenzyme.name }}
Description {{ auxenzyme.description }}
Database References {% if auxenzyme.databaseIds is not none %}
    {% for key, value in auxenzyme.databaseIds.items() %}
  • {{ key }}: {{ value[0] }}
  • {% endfor %}
{% else %} No database crosslinks available {% endif %}
{% endfor %}
{% endif %}
{% for entry in changelog %}

Version {{ entry.version }} ({{ entry.date }})

{% for row in entry.entries %} {% endfor %}
Change {{ loop.index }} ({{ row.date }})
Contributor(s)
    {% for curator in row.contributors %}
  • {{ curator }}
  • {% endfor %}
Reviewer(s)
    {% for reviewer in row.reviewers %}
  • {{ reviewer }}
  • {% endfor %}
Comment "{{ row.comment }}"
{% endfor %}

Known Reactions: {{ reactions|length }}

{% for reaction in reactions %}
Reaction {{ loop.index }}
reaction SMARTS
{% if reaction.description %} {% endif %}
Description {{ reaction.description }}
Tailoring
    {% for tail in reaction.tailoring %}
  • {{ tail }}
  • {% endfor %}
Database References {% if reaction.get("databaseIds") is not none %}
    {% for key, value in reaction.databaseIds.items() %} {% for member in value %}
  • {{ key }}: {{ member[0] }}
  • {% endfor %} {% endfor %}
{% else %} No database crosslinks available {% endif %}
Evidence
    {% for code in reaction.evidenceCode %}
  • {{ code }}
  • {% endfor %}
References {% if reaction.references is not none %}
    {% for ref in reaction.references %}
  • {{ ref[0] }}
  • {% endfor %}
{% else %} No references available {% endif %}
{% for exp_react in reaction.reactions %}
Example {{ loop.index }}
{% for product in exp_react.products %} {% endfor %} {% if exp_react.forbidden_products %} {% for forb_prod in exp_react.forbidden_products %} {% endfor %} {% endif %}
Metadata
    {% if exp_react.description %}
  • Description: {{ exp_react.description }}
  • {% else %}
  • Description: No description available
  • {% endif %}
  • Intermediate: {{ exp_react.isIntermediate }}
Substrate substrate SMILES
Product {{ loop.index }} product SMILES
Forbidden Product {{ loop.index }} forbidden product SMILES
{% endfor %}
{% endfor %}