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

Module pdbqt_to_pdb

source code

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

Variables [hide private]
  pdbqt_filename = None
  verbose = None
  pdb_filename = None
  mols = Read(pdbqt_filename)
  mol = mols [0]
  writer = PdbWriter()

Function Details [hide private]

usage()

source code 
Print helpful, accurate usage statement to stdout.

Variables Details [hide private]

pdbqt_filename

None
Value:
None                                                                  
      

verbose

None
Value:
None                                                                  
      

pdb_filename

None
Value:
None                                                                  
      

mols

None
Value:
Read(pdbqt_filename)                                                   
      

mol

None
Value:
mols [0]                                                               
      

writer

None
Value:
PdbWriter()