A heterogen is any residue other than a standard amino acid or nucleotide. Do you want to delete heterogens?
<p>
...
...
@@ -21,12 +36,31 @@ A heterogen is any residue other than a standard amino acid or nucleotide. Do y
<h1>Add Missing Hydrogens</h1>
Add missing hydrogen atoms?
<p>
<inputtype="checkbox"id="addCheckbox"name="add"checked> Add hydrogens appropriate for pH <inputtype="text"id="phfield"name="ph"value="7.0"size="5">
<inputtype="checkbox"id="addHydrogensCheckbox"name="addhydrogens"onchange="document.getElementById('phfield').disabled=!document.getElementById('addHydrogensCheckbox').checked"checked> Add hydrogens appropriate for pH <inputtype="text"id="phfield"name="ph"value="7.0"size="5">
<h1>Add Water</h1>
Add a water box surrounding the model?
<p>
<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>
%s
</table>
<p>
Ions will be added to neutralize the model. You can optionally add more ions based on a desired bulk ionic strength.
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)