{% from 'macros.html' import render_field %} {% from 'macros.html' import render_checkbox_field %} {% from 'macros.html' import render_radio_field %} {% block indexuniq %} Aggrescan3D {% endblock %} {% block header %} {% endblock %}
{% with infos = get_flashed_messages() %} {% if infos %} {% for message in infos %}
{{ message.decode('utf-8')|safe }}
{% endfor %} {% endif %} {% endwith %}
{% block body %}
Input structure
or
{{ form.input_pdb_code(class_='form-control', placeholder=form.input_pdb_code.description) }}

Options
{{render_field(form.name, help='This name will be displayed on the queue page', placeholder=form.name.description)}} {{render_radio_field(form.foldx, help='FoldX is used to optimize input structure. If you have already optimized it unlclick this option to speed up the calculation. FoldX is required for mutation calculation')}} {{render_radio_field(form.dynamic, help='If Yes, A3D will take into account the flexibility of an input structure. If No, A3D will perform analysis on a static input structure.')}} {{render_radio_field(form.mutation, help='Mutate your input protein, mutation options will be provided in the next step.')}} {{render_radio_field(form.distance, help='Select the radius (R) of the sphere used in the analysis')}} {{render_radio_field(form.auto_mutation, help='Automatically select mutation targets and mutate them into several amino acids..')}} {{form.jid}} {{form.csrf_token()}}
FoldX settings
Change your foldx path:
{% endblock %}

Laboratory of Theory of Biopolymers 2018
{%block jsdata %} {%endblock %} {%block below_js%} {%endblock%}