schrodinger.application.transforms.dofn_utils module

class schrodinger.application.transforms.dofn_utils.DataFile(path: pathlib.Path)

Bases: object

A helper class for use in DoFn instances where an argument is a file path.

Use the writeFile method in the setup of the DoFn to write the data to local (temporary) storage.

__init__(path: pathlib.Path)
writeFile(folder: pathlib.Path) Optional[str]