Package schrodinger :: Package application :: Package glide :: Package packages :: Module utils
[hide private]
[frames] | no frames]

Module utils

Classes [hide private]
  DictAction
Argparse action class that uses values of the form key=val (see parseKeyval for more details) to fill a dictionary.
Functions [hide private]
 
extra_keywords_args(keywords_dict)
Convert a keywords dict into a list of -set key=value arguments suitable for the command line.
 
multi_inputconfig(*sources)
Returns a dict combining multiple inputconfig-compatible sources (e.g, filenames or dicts).
 
get_jobname(input_filename)
Get the job name from the environment, if set.
 
dev_keywords()
Return a set with the known developer keywords.
 
get_runtime_path(path)
 
get_product_name(glide_job)
Variables [hide private]
  _dev_keywords = None
hash(x)
  __package__ = 'schrodinger.application.glide.packages'
Function Details [hide private]

multi_inputconfig(*sources)

 

Returns a dict combining multiple inputconfig-compatible sources (e.g, filenames or dicts). Values from latter sources take precedence. Note: the merging is shallow!

get_jobname(input_filename)

 

Get the job name from the environment, if set. If not, get it from the basename of the provided input filename.