| src.server (17 March 2007) | index /Users/baker/coding/manifold/pdb2pqr/trunk/pdb2pqr/src/server.py | 
CGI Server for PDB2PQR
 
This module contains the various functions necessary to run PDB2PQR
from a web server.
 
----------------------------
 
PDB2PQR -- An automated pipeline for the setup, execution, and analysis of
Poisson-Boltzmann electrostatics calculations
 
Nathan A. Baker (baker@biochem.wustl.edu)
Todd Dolinsky (todd@ccb.wustl.edu)
Dept. of Biochemistry and Molecular Biophysics
Center for Computational Biology
Washington University in St. Louis
 
Jens Nielsen (Jens.Nielsen@ucd.ie)
University College Dublin
 
Additional contributing authors listed in documentation and supporting
package licenses.
 
Copyright (c) 2003-2007.  Washington University in St. Louis.  
All Rights Reserved.
 
This file is part of PDB2PQR.
 
PDB2PQR is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
 
PDB2PQR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with PDB2PQR; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 
----------------------------
| Modules | ||||||
| 
 | ||||||
| Functions | ||
| 
 
 
 
 
 
 
 
 
 
 | ||
| Data | ||
| LIMIT = 500.0 LOADPATH = '/proc/loadavg' LOCALPATH = '/export/home/www/html/pdb2pqr/' LOGPATH = '/export/home/www/html/pdb2pqr//tmp//usage.txt' REFRESHTIME = 20 STYLESHEET = 'http://agave.wustl.edu/css/baker.css' TMPDIR = 'tmp/' WEBNAME = 'server.html' WEBSITE = 'http://agave.wustl.edu/pdb2pqr/' __author__ = 'Todd Dolinsky' __date__ = '17 March 2007' | ||
| Author | ||
| Todd Dolinsky | ||