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

Module watermap_inp

Classes [hide private]
  WaterMapInput
Functions [hide private]
 
print_deprecate(option, opt, value, parser)
 
main(opt)
Variables [hide private]
  __doc__ = ...
  FFLD14 = mm.mmcommon_get_ffld_name(OPLS_2005)
  FFLD16 = mm.mmcommon_get_ffld_name(OPLSv2)
  water_smarts = ["[H]O[H]"]
  zob_water_smarts = ["[H]O([H])_[*]", "[H]O[H]_[*]"]
  usage = ...
  parser = cmdline.SingleDashOptionParser(usage)
  jc_options = [cmdline.HOST,]
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

...