schrodinger.application.matsci.transforms.utils module¶
Apache Beam transforms utils.
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.application.matsci.transforms.utils.xcopy_to_fs(*files)¶
Copy file to the JobFS root.
- Parameters:
files (list[str]) – List of file paths to copy to JobFS
- schrodinger.application.matsci.transforms.utils.xcopy_to_backend(*files)¶
Copy file to backend if running in a distributed environment.
- Parameters:
files (list[str]) – List of file paths to copy to JobFS output and add to the backend
- schrodinger.application.matsci.transforms.utils.xcopy_from_fs(*files)¶
Copy file from JobFS root to the current directory.
- Parameters:
files (list[str]) – List of file paths to copy to JobFS