pyxetabase 4.0.0.dev62__py3-none-any.whl → 4.0.0.dev84__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyxetabase/rest_clients/job_client.py +18 -0
- {pyxetabase-4.0.0.dev62.dist-info → pyxetabase-4.0.0.dev84.dist-info}/METADATA +1 -1
- {pyxetabase-4.0.0.dev62.dist-info → pyxetabase-4.0.0.dev84.dist-info}/RECORD +6 -6
- {pyxetabase-4.0.0.dev62.dist-info → pyxetabase-4.0.0.dev84.dist-info}/WHEEL +0 -0
- {pyxetabase-4.0.0.dev62.dist-info → pyxetabase-4.0.0.dev84.dist-info}/licenses/LICENSE +0 -0
- {pyxetabase-4.0.0.dev62.dist-info → pyxetabase-4.0.0.dev84.dist-info}/top_level.txt +0 -0
|
@@ -56,6 +56,12 @@ class Job(_ParentRestClient):
|
|
|
56
56
|
search.
|
|
57
57
|
:param str tool_type: Tool type executed by the job [OPERATION,
|
|
58
58
|
ANALYSIS].
|
|
59
|
+
:param str tool.minimum_requirements.queue: Queue where the job is
|
|
60
|
+
expected to be executed.
|
|
61
|
+
:param str tool.minimum_requirements.processor_type: Processor type
|
|
62
|
+
required to run the job. Allowed values: [CPU, GPU, FPGA].
|
|
63
|
+
:param str execution.queue.id: Queue id where the job has been
|
|
64
|
+
submitted to be executed.
|
|
59
65
|
:param str user_id: User that created the job.
|
|
60
66
|
:param str priority: Priority of the job.
|
|
61
67
|
:param str status: Filter by status.
|
|
@@ -118,6 +124,12 @@ class Job(_ParentRestClient):
|
|
|
118
124
|
search.
|
|
119
125
|
:param str tool_type: Tool type executed by the job [OPERATION,
|
|
120
126
|
ANALYSIS].
|
|
127
|
+
:param str tool.minimum_requirements.queue: Queue where the job is
|
|
128
|
+
expected to be executed.
|
|
129
|
+
:param str tool.minimum_requirements.processor_type: Processor type
|
|
130
|
+
required to run the job. Allowed values: [CPU, GPU, FPGA].
|
|
131
|
+
:param str execution.queue.id: Queue id where the job has been
|
|
132
|
+
submitted to be executed.
|
|
121
133
|
:param str tool.external_executor.id: Id of the external executor.
|
|
122
134
|
This field is only applicable for jobs executed by an external
|
|
123
135
|
executor.
|
|
@@ -202,6 +214,12 @@ class Job(_ParentRestClient):
|
|
|
202
214
|
search.
|
|
203
215
|
:param str tool_type: Tool type executed by the job [OPERATION,
|
|
204
216
|
ANALYSIS].
|
|
217
|
+
:param str tool.minimum_requirements.queue: Queue where the job is
|
|
218
|
+
expected to be executed.
|
|
219
|
+
:param str tool.minimum_requirements.processor_type: Processor type
|
|
220
|
+
required to run the job. Allowed values: [CPU, GPU, FPGA].
|
|
221
|
+
:param str execution.queue.id: Queue id where the job has been
|
|
222
|
+
submitted to be executed.
|
|
205
223
|
:param str tool.external_executor.id: Id of the external executor.
|
|
206
224
|
This field is only applicable for jobs executed by an external
|
|
207
225
|
executor.
|
|
@@ -18,7 +18,7 @@ pyxetabase/rest_clients/federation_client.py,sha256=p5B8dRq9gj-fdgIfIPhmkT7mNU65
|
|
|
18
18
|
pyxetabase/rest_clients/file_client.py,sha256=xOndKo1z5pTUySKLn9dQK10tIdopwH4Fe0Sp2-wwJeU,34210
|
|
19
19
|
pyxetabase/rest_clients/ga4gh_client.py,sha256=fPnmiblnfpz_zcZPJblGqOFksrdiF3MUer3fv2nwQwk,3506
|
|
20
20
|
pyxetabase/rest_clients/individual_client.py,sha256=C59zr_t7tTxNR7ZBeAPY6fyYl59fE7KY05MaLyXWmXw,23225
|
|
21
|
-
pyxetabase/rest_clients/job_client.py,sha256=
|
|
21
|
+
pyxetabase/rest_clients/job_client.py,sha256=oN55qQsj2C7LF4VG5tQQtyCNZNf4Y1MdmZCNiMP4Dnw,20955
|
|
22
22
|
pyxetabase/rest_clients/meta_client.py,sha256=uExVRfdSKiXteLYe7R3q9x3zCp9mMWWMyPDU56TtoDo,2308
|
|
23
23
|
pyxetabase/rest_clients/organization_client.py,sha256=tnwUTCqJoGiKXMQLMv4ymHA16JxnR5iL2SMLaJDBRs8,9465
|
|
24
24
|
pyxetabase/rest_clients/project_client.py,sha256=M8naPsj47z2ylTrJNU_JyHReKzXrB038PoEtKKrtxmc,5212
|
|
@@ -29,8 +29,8 @@ pyxetabase/rest_clients/user_tool_client.py,sha256=QCqFpwB0B6w0likPj8y_lhQ3VXBME
|
|
|
29
29
|
pyxetabase/rest_clients/variant_client.py,sha256=mmBuVE0JBThJr5zsLGci5nykNcCKyfZXRKl-h3HT9PA,75436
|
|
30
30
|
pyxetabase/rest_clients/variant_operation_client.py,sha256=ceZ2-ii0D1oCDMRz_EURwUf_VjtsV5lzJuY-ZwG1b6Q,36840
|
|
31
31
|
pyxetabase/rest_clients/workflow_client.py,sha256=HYu4YInpzQvDRDNtFkT8LmxUHuMaPdPP59wSvHkBZtc,12487
|
|
32
|
-
pyxetabase-4.0.0.
|
|
33
|
-
pyxetabase-4.0.0.
|
|
34
|
-
pyxetabase-4.0.0.
|
|
35
|
-
pyxetabase-4.0.0.
|
|
36
|
-
pyxetabase-4.0.0.
|
|
32
|
+
pyxetabase-4.0.0.dev84.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
33
|
+
pyxetabase-4.0.0.dev84.dist-info/METADATA,sha256=e88_o4N6BEldm-MP2hIhO_A2oVHX32mzrMbl4u4mVtM,5540
|
|
34
|
+
pyxetabase-4.0.0.dev84.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
35
|
+
pyxetabase-4.0.0.dev84.dist-info/top_level.txt,sha256=0m5pDpBX-lM8QpPl7bTpTQAm4kgu2-nr-pcaEu4Tn_8,11
|
|
36
|
+
pyxetabase-4.0.0.dev84.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|