toil.jobStores.utils¶
Attributes¶
Exceptions¶
Raised when a particular type of job store is requested but can't be used. |
Functions¶
|
Generate a random locator for a job store of the given type. Raises an |
Module Contents¶
Bases:
RuntimeErrorRaised when a particular type of job store is requested but can’t be used.
- toil.jobStores.utils.generate_locator(job_store_type, local_suggestion=None, decoration=None)[source]¶
Generate a random locator for a job store of the given type. Raises an JobStoreUnavailableException if that job store cannot be used.
- Parameters:
- Return str:
Job store locator for a usable job store.
- Return type: