{% extends "template.html" %} {% block content %}
{% if error %}

Error: {{ error }} {% endif %}

{% if datasets %} Avaialable datasets for {{ username }}:
{% for dataset in datasets %} {% if datasets.index(dataset) == 0 %} {{ dataset }}
{% else %} {{ dataset }}
{% endif %} {% endfor %}
{% endif %} {% if not datasets %} No datasets available for {{ username }}:
Please upload a dataset to be profiled.
{% endif %}
Find Activity Cliffs. Identifiy Activity Cliffs in datasets
This tool will identify the largest gaps in activity for each target and their chemical nearest neighbor.

{% if ac %} {% endif %}
{% endblock %}