{% extends 'base.html' %} {% block title %}Models{% endblock %} {% block content %}
{% if error %}
There was an error in the last iteration! {{ error }}
{% endif %} {% if "ml" not in option %}
{% if "q" not in option %} {% endif %} {% if "q" in option %} {% endif %}
{# #}

{% if option.__contains__('dockingstd') %}
{% endif %} {% if option.__contains__('dockingcustom') %}
{# #}
{# #}
{% endif %}
{% if option.__contains__('dockingcustom') %} {% endif %}
{% endif %} {% if 'ml' in option %} {% if option.__contains__('mlstored') %}

Or enter affinity scores individually for each structure (must submit protein to see structures)

{# #}


{#

* Running linear models will run quickly. The two models are Logistic Regression and K Nearest Neighbor.

#} {#

** Running all models will take more time. Linear models work sufficiently for large datasets.#} {# Running all models will place you into a Queue.

#}
{% endif %} {% if option == 'mlcustom' %}

Upload an active/decoy excel file to create a form to specify affinity data.

{% endif %} {% endif %} {% endblock %}