schrodinger.models.adapters.inputconfig module

class schrodinger.models.adapters.inputconfig.ParamToConfigObj

Bases: schrodinger.models.adapters.abstractadapter.AbstractAdapter

Adapter to copy data from a compound param to a config obj

If the configobj is supplied and has a spec, the compound param must have subparams with the same name (or lowercase equivalent) as any required or unset keyword for the configobj to be valid.

class schrodinger.models.adapters.inputconfig.ParamToInputConfig

Bases: schrodinger.models.adapters.inputconfig.ParamToConfigObj