Package AutoDockTools :: Module autopilotCommands
[hide private]
[frames] | no frames]

Module autopilotCommands

source code

This Module facilitates the launching of large numbers of AutoDock jobs

Classes [hide private]
  ADpilot_Cluster
  ADpilot_ClusterGUICommand
A template GUI command
  ADpilot_Template
A template command
  ADpilot_TemplateGUICommand
A template GUI command

Functions [hide private]
  initModule(vf)
Add each command in the modules's commandList into ViewerFramework

Variables [hide private]
  menuText = {'DatabaseMB': 'Database', 'AutoPilotMB': 'Pilot', '...
  ADpilot_ClusterGUI = <ViewerFramework.VFCommand.CommandGUI instance at 0x...
  ADpilot_TemplateGUI = <ViewerFramework.VFCommand.CommandGUI instance at 0x...
  commandList = [{'gui': None, 'cmd': self., 'name': 'ADpilot_Cluste...

Function Details [hide private]

initModule(vf)

source code 
Add each command in the modules's commandList into ViewerFramework

Variables Details [hide private]

menuText

None
Value:
{'AutoPilotMB': 'Pilot',
 'ClusterMB': 'Cluster',
 'DatabaseMB': 'Database',
 'TemplateMB': 'Template'}                                             
      

ADpilot_ClusterGUI

None
Value:
<ViewerFramework.VFCommand.CommandGUI instance at 0xb70e886c>          
      

ADpilot_TemplateGUI

None
Value:
<ViewerFramework.VFCommand.CommandGUI instance at 0xb712660c>          
      

commandList

None
Value:
[{'gui': None, 'cmd': self., 'name': 'ADpilot_Cluster'},
 {'cmd': self.,
  'gui': <ViewerFramework.VFCommand.CommandGUI instance at 0xb70e886c>
,
  'name': 'ADpilot_ClusterGC'},
 {'gui': None, 'cmd': self., 'name': 'ADpilot_Template'},
 {'cmd': self.,
  'gui': <ViewerFramework.VFCommand.CommandGUI instance at 0xb712660c>
...