File: toilAPIJobstore.rst

package info (click to toggle)
toil 9.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,908 kB
  • sloc: python: 58,029; makefile: 313; sh: 168
file content (12 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
.. _jobStoreInterface:

Job Store API
=============

The job store interface is an abstraction layer that that hides the specific details of file storage,
for example standard file systems, S3, etc. The :class:`~toil.jobStores.abstractJobStore.AbstractJobStore`
API is implemented to support a give file store, e.g. S3. Implement this API to support a new file store.

.. autoclass:: toil.jobStores.abstractJobStore::AbstractJobStore
   :members:
   :noindex: