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.