| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
usage() Print helpful, accurate usage statement to stdout. |
||
|
|||
|
directory = None
|
||
|
rms_tolerance = 1.0
|
||
|
verbose = None
|
||
|
write_to_file = False
|
||
|
output_filename = None
|
||
|
directory_pathname = os.path.abspath(directory)+ "/"
|
||
|
docking_pathname = os.path.dirname(directory_pathname)
|
||
|
docking_name = string.split(docking_pathname, '/') [-1]
|
||
|
output_filepath = os.path.join(docking_pathname, docking_name)+ '-'+ s...
|
||
|
output_fileptr = open(output_filepath, 'w')
|
||
|
dpf_pathname = os.path.join(docking_pathname, docking_name)+ ".dpf"
|
||
|
dpf_filename = os.path.basename(dpf_pathname)
|
||
|
gpf_pathname = os.path.join(docking_pathname, docking_name [9:])+ "...
|
||
|
gpf_filename = os.path.basename(gpf_pathname)
|
||
|
dpo = DockingParameters()
|
||
|
ligand_filename = dpo ["move"] ["value"]
|
||
|
ligand_pathname = os.path.join(docking_pathname, ligand_filename)
|
||
|
gpo = GridParameters()
|
||
|
receptor_filename = gpo ["receptor"] ["value"]
|
||
|
receptor_pathname = os.path.join(docking_pathname, receptor_filename)
|
||
|
dlg_pathname_list = glob.glob(os.path.join(docking_pathname, '*.dlg'))
|
||
|
dpf_ligand = Read(ligand_pathname) [0]
|
||
|
d = Docking()
|
||
|
ol = []
|
||
|
seed = d.clusterer.clustering_dict [rms_tolerance] [0] [0]
|
||
|
oh = {}
|
||
|
fields = ['dlg', 'energy', 'clust_rmsd', 'num_conf_cluster', ...
|
||
|
writer = csv.DictWriter(output_fileptr, fieldnames= fields, r...
|
||
|
|||
|
|
|||
directoryNone
|
rms_toleranceNone
|
verboseNone
|
write_to_fileNone
|
output_filenameNone
|
directory_pathnameNone
|
docking_pathnameNone
|
docking_nameNone
|
output_filepathNone
|
output_fileptrNone
|
dpf_pathnameNone
|
dpf_filenameNone
|
gpf_pathnameNone
|
gpf_filenameNone
|
dpoNone
|
ligand_filenameNone
|
ligand_pathnameNone
|
gpoNone
|
receptor_filenameNone
|
receptor_pathnameNone
|
dlg_pathname_listNone
|
dpf_ligandNone
|
dNone
|
olNone
|
seedNone
|
ohNone
|
fieldsNone
|
writerNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:16:53 2007 | http://epydoc.sourceforge.net |