File: saveFile.html

package info (click to toggle)
python-pdbfixer 1.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,752 kB
  • sloc: xml: 4,240; python: 1,459; sh: 47; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
The fixed PDB file is ready to save.
<p>
<form method="post" action="/">
<input type="submit" name="pdb" value="Save PDB File"/>
<input type="submit" name="pdbx" value="Save PDBx/mmCIF File"/>
<input type="submit" name="newfile" value="Process Another File"/>
</form>
<script>
setCurrentStep(7)
</script>
</body>
<html>