schrodinger.seam.jobutils module¶
- schrodinger.seam.jobutils.register_all_files_as_job_output(func)¶
Decorator that registers all files, except jobserver files, in the cwd as output files after the function is run.
All output files are registered even when the function fails. This is useful for debugging.
(This decorator shouldn’t be used on multiple functions in the same job.)