Package schrodinger :: Package application :: Package watermap :: Module watermap_inp
[hide private]
[frames] | no frames]

Module watermap_inp

This is a class that generates watermap input files and runs them through jobcontrol. This also supports all the options in GUI.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  WaterMapInput
Functions [hide private]
 
print_deprecate(option, opt, value, parser)
 
main(opt)
Variables [hide private]
  __doc__ = ...
  FFLD14 = 'OPLS_2005'
  FFLD16 = 'OPLS3'
  water_smarts = ['[H]O[H]']
  zob_water_smarts = ['[H]O([H])_[*]', '[H]O[H]_[*]']
  usage = ...
  parser = cmdline.SingleDashOptionParser(usage)
  jc_options = [cmdline.HOST,]
  __package__ = 'schrodinger.application.watermap'
Variables Details [hide private]

__doc__

Value:
"""

This is a class that generates watermap input files and runs them thro\
ugh jobcontrol. This also supports all the options in GUI.

Copyright Schrodinger, LLC. All rights reserved.

"""

usage

Value:
'''

  $SCHRODINGER/run -FROM watermap %prog -protein protein.mae -ligand l\
igand.mae [options]

Description:
  %prog prepares and submits WaterMap Jobs

...