A heterogen is any residue other than a standard amino acid or nucleotide. Do you want to delete heterogens?
...
...
@@ -43,7 +104,30 @@ Add a water box surrounding the model?
<inputtype="checkbox"id="addWaterCheckbox"name="addwater"onchange="enableControls(document.getElementById('waterInputs'), document.getElementById('addWaterCheckbox').checked)"> Add water
<divid="waterInputs"style="margin-left:50px">
<tablestyle="text-align:right">
<tr><td>Box dimensions (in nm):</td><td><inputtype="text"id="boxxfield"name="boxx"size="8"></td><td><inputtype="text"id="boxyfield"name="boxy"size="8"></td><td><inputtype="text"id="boxzfield"name="boxz"size="8"></td></tr>
<tr>
<tdstyle="text-align:left"><inputid="customBoxRadio"type="radio"name="boxType"value="custom"checked>Custom box dimensions (in nm):</td>
dimensions="<tr><td>Crystallographic unit cell:</td><td>%.3f</td><td>%.3f</td><td>%.3f</td></tr>"%fixer.topology.getUnitCellDimensions().value_in_unit(unit.nanometer)
dimensions+="<tr><td>Box containing all atoms:</td><td>%.3f</td><td>%.3f</td><td>%.3f</td></tr>"%tuple(x.value_in_unit(unit.nanometer)forxinsizeRange)
dimensions+="<tr id='boxContainingAllAtoms'><td>Box containing all atoms:</td><td>%.3f</td><td>%.3f</td><td>%.3f</td></tr>"%tuple(x.value_in_unit(unit.nanometer)forxinsizeRange)