Package AutoDockTools :: Package Utilities24 :: Module pdbq_to_pdbqt
[hide private]
[frames] | no frames]

Module pdbq_to_pdbqt

source code

Functions [hide private]
  usage()
Print helpful, accurate usage statement to stdout.

Variables [hide private]
  pdbq_filename = None
  verbose = None
  pdbqt_filename = None
  mols = Read(pdbq_filename)
  mol = mols [0]
  AD4_typer = AutoDock4_AtomTyper()
  writer = PdbqtWriter()
  fptr = open(pdbqt_filename, 'w')
  ctr = 0

Function Details [hide private]

usage()

source code 
Print helpful, accurate usage statement to stdout.

Variables Details [hide private]

pdbq_filename

None
Value:
None                                                                  
      

verbose

None
Value:
None                                                                  
      

pdbqt_filename

None
Value:
None                                                                  
      

mols

None
Value:
Read(pdbq_filename)                                                    
      

mol

None
Value:
mols [0]                                                               
      

AD4_typer

None
Value:
AutoDock4_AtomTyper()                                                  
      

writer

None
Value:
PdbqtWriter()                                                          
      

fptr

None
Value:
open(pdbqt_filename, 'w')                                              
      

ctr

None
Value:
0