Package MolKit :: Package pdb2pqr :: Package src :: Module routines
[hide private]
[frames] | no frames]

Module routines

source code

Routines for PDB2PQR

This module contains the protein object used in PDB2PQR and methods used to correct, analyze, and optimize that protein.

----------------------------

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

----------------------------

Classes [hide private]
  Routines
  Cells
The cells object provides a better way to search for nearby atoms.

Variables [hide private]
  __date__ = '28 February 2006'
  __author__ = 'Jens Erik Nielsen, Todd Dolinsky'
  CELL_SIZE = 2
  BUMP_DIST = 2.0
  BUMP_HDIST = 1.5
  BONDED_SS_LIMIT = 2.5
  PEPTIDE_DIST = 1.7
  REPAIR_LIMIT = 10
  AAPATH = 'dat/AA.xml'
  BACKBONE = ['N', 'CA', 'C', 'O', 'O2', 'HA', 'HN', 'H', 'tN']
  DIHEDRAL = 57.2958
  NAPATH = 'dat/NA.xml'
  PATCHPATH = 'dat/PATCHES.xml'
  SMALL = 9.9999999999999995e-08

Variables Details [hide private]

__date__

None
Value:
'28 February 2006'                                                     
      

__author__

None
Value:
'Jens Erik Nielsen, Todd Dolinsky'                                     
      

CELL_SIZE

None
Value:
2                                                                     
      

BUMP_DIST

None
Value:
2.0                                                                   
      

BUMP_HDIST

None
Value:
1.5                                                                   
      

BONDED_SS_LIMIT

None
Value:
2.5                                                                   
      

PEPTIDE_DIST

None
Value:
1.7                                                                   
      

REPAIR_LIMIT

None
Value:
10                                                                    
      

AAPATH

None
Value:
'dat/AA.xml'                                                           
      

BACKBONE

None
Value:
['N', 'CA', 'C', 'O', 'O2', 'HA', 'HN', 'H', 'tN']                     
      

DIHEDRAL

None
Value:
57.2958                                                               
      

NAPATH

None
Value:
'dat/NA.xml'                                                           
      

PATCHPATH

None
Value:
'dat/PATCHES.xml'                                                      
      

SMALL

None
Value:
9.9999999999999995e-08