{% extends 'base.html' %} {% block content %}

Test your reaction

This page allows to "dry-run" a reaction.

Simply input the reaction SMARTS and the example substrate and product SMILES to check if the reaction passes validation.

{% if messages %}

Error during reaction validation!

{% for message in messages %} {% endfor %}
If you have issues with compound aromaticity, try to canonicalize your substrate/product SMILES.
For more troubleshooting tips, see the troubleshooting page.
{% endif %}

Reaction parameters

Reaction SMARTS describing substrate specificity and the introduced changes. Use e.g. Ketcher to draw the reaction SMARTS.
A SMILES string describing the substrate of the reaction.
A SMILES string describing the product of the reaction.
{% if data %}

Reaction passes validation!

reaction SMARTS
Reaction SMARTS

reaction SMARTS
Substrate

reaction SMARTS
Product

{% endif %}
{% endblock %}