pyxetabase 4.0.0.dev63__tar.gz → 4.0.0.dev64__tar.gz
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-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/PKG-INFO +1 -1
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/job_client.py +0 -18
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/PKG-INFO +1 -1
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/setup.py +1 -1
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/LICENSE +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/README.rst +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/__init__.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/commons.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/exceptions.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/opencga_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/opencga_config.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/__init__.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/_parent_rest_clients.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/admin_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/alignment_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/clinical_analysis_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/cohort_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/cvdb_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/disease_panel_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/family_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/federation_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/file_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/ga4gh_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/individual_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/meta_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/organization_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/project_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/sample_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/study_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/user_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/user_tool_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/variant_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/variant_operation_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/workflow_client.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_response.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/retry.py +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/SOURCES.txt +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/dependency_links.txt +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/requires.txt +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/top_level.txt +0 -0
- {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/setup.cfg +0 -0
|
@@ -56,12 +56,6 @@ 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.
|
|
65
59
|
:param str user_id: User that created the job.
|
|
66
60
|
:param str priority: Priority of the job.
|
|
67
61
|
:param str status: Filter by status.
|
|
@@ -124,12 +118,6 @@ class Job(_ParentRestClient):
|
|
|
124
118
|
search.
|
|
125
119
|
:param str tool_type: Tool type executed by the job [OPERATION,
|
|
126
120
|
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.
|
|
133
121
|
:param str tool.external_executor.id: Id of the external executor.
|
|
134
122
|
This field is only applicable for jobs executed by an external
|
|
135
123
|
executor.
|
|
@@ -214,12 +202,6 @@ class Job(_ParentRestClient):
|
|
|
214
202
|
search.
|
|
215
203
|
:param str tool_type: Tool type executed by the job [OPERATION,
|
|
216
204
|
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.
|
|
223
205
|
:param str tool.external_executor.id: Id of the external executor.
|
|
224
206
|
This field is only applicable for jobs executed by an external
|
|
225
207
|
executor.
|
|
@@ -14,7 +14,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
|
|
14
14
|
|
|
15
15
|
setup(
|
|
16
16
|
name='pyxetabase',
|
|
17
|
-
version='4.0.0.
|
|
17
|
+
version='4.0.0.dev64',
|
|
18
18
|
description='A REST client for OpenCGA enterprise REST web services',
|
|
19
19
|
long_description=long_description,
|
|
20
20
|
long_description_content_type='text/x-rst',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/_parent_rest_clients.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/alignment_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/disease_panel_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/federation_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/individual_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/organization_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/user_tool_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/workflow_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|