{% extends "layout.html" %} {% block title %}Select Chains{% endblock %} {% block body %} This PDB file contains {{ chains|length }} chains. Select which ones to include.

{% for chain in chains %} {% endfor %}
Chain# ResiduesContentInclude?
{{ chain[0] }} {{ chain[1] }} {{ chain[2] }}

A heterogen is any residue other than a standard amino acid or nucleotide. Do you want to delete heterogens?

{% endblock %}