| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| buildPdb(map_dict, npts, name='DlgBuilt', ctr=0, outputfile='results.pdb', scale=1.0) | ||
| addAtom(mol, name, ADtype, value, coords, ctr) | ||
| write_grid_map(filename, spacing, npts, center, score_array, maxval=10000) | ||
|
usage() Print helpful, accurate usage statement to stdout. |
||
|
|||
|
RT = 247.63799999999998
|
||
|
debug = False
|
||
|
num_pts = 101
|
||
|
spacing = 1.0
|
||
|
tolerance = 0.005
|
||
|
outputfilename = "results.pdb"
|
||
|
use_all_conformations = True
|
||
|
verbose = None
|
||
|
dlg_list = glob.glob('./*.dlg')
|
||
|
dockings = []
|
||
|
ctr = 0
|
||
|
at_types = {}
|
||
|
d = dockings [0]
|
||
|
nzpts = int(num_pts)/ 2* 2+ 1
|
||
|
nypts = int(num_pts)/ 2* 2+ 1
|
||
|
nxpts = int(num_pts)/ 2* 2+ 1
|
||
|
npts = nxpts, nypts, nzpts
|
||
|
macroStem = d.dlo_list [0].macroStem
|
||
|
all_types = at_types.keys()
|
||
|
maps = {}
|
||
|
norm_maps = {}
|
||
|
totalEnergy = 0
|
||
|
N = 0
|
||
|
maxval = -RT* log(tolerance)
|
||
|
minval = 10000
|
||
|
RTtolerance = -RT* log(tolerance)
|
||
|
rng = int(maxval-minval)
|
||
|
MAPS = {}
|
||
|
zero_types = []
|
||
|
center = d.dlo_list [0].parser.center_pt
|
||
|
|||
|
|
|
|
|
|||
RTNone
|
debugNone
|
num_ptsNone
|
spacingNone
|
toleranceNone
|
outputfilenameNone
|
use_all_conformationsNone
|
verboseNone
|
dlg_listNone
|
dockingsNone
|
ctrNone
|
at_typesNone
|
dNone
|
nzptsNone
|
nyptsNone
|
nxptsNone
|
nptsNone
|
macroStemNone
|
all_typesNone
|
mapsNone
|
norm_mapsNone
|
totalEnergyNone
|
NNone
|
maxvalNone
|
minvalNone
|
RTtoleranceNone
|
rngNone
|
MAPSNone
|
zero_typesNone
|
centerNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:16:47 2007 | http://epydoc.sourceforge.net |