handler.sendResponse(header+"Unable to download the PDB file. This may indicate an invalid PDB identifier, or an error in network connectivity."+loadHtmlFile("error.html"))
displayDeleteChainsPage()
defdeleteChainsPageCallback(parameters,handler):
numChains=len(list(fixer.topology.chains()))
...
...
@@ -215,5 +211,8 @@ def launchUI():
# down and then the uiserver exits. Without this daemon/sleep combo, the
# process cannot be killed with Control-C. Reference stack overflow link: