{% extends "index.html" %} {% block body %}

Which residues to exclude from the automatic mutation?

{% for k in sequence.keys() %}

Chain {{k}}

{% for row in sequence[k] %} {{row['resname']}} {{row['residx']}} {% endfor %} {% endfor %} {% for row in sequence %} {% endfor %}


Click on the residue symbol to prevent it from being mutated.

Excluded residues

Residue Chain Index

Additional options

Maximum number of mutated residues
Maximum number of cores used
Undo
{% endblock %} {%block below_js%} {%endblock%}