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.
Files changed (41) hide show
  1. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/PKG-INFO +1 -1
  2. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/job_client.py +0 -18
  3. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/PKG-INFO +1 -1
  4. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/setup.py +1 -1
  5. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/LICENSE +0 -0
  6. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/README.rst +0 -0
  7. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/__init__.py +0 -0
  8. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/commons.py +0 -0
  9. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/exceptions.py +0 -0
  10. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/opencga_client.py +0 -0
  11. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/opencga_config.py +0 -0
  12. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/__init__.py +0 -0
  13. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/_parent_rest_clients.py +0 -0
  14. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/admin_client.py +0 -0
  15. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/alignment_client.py +0 -0
  16. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/clinical_analysis_client.py +0 -0
  17. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/cohort_client.py +0 -0
  18. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/cvdb_client.py +0 -0
  19. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/disease_panel_client.py +0 -0
  20. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/family_client.py +0 -0
  21. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/federation_client.py +0 -0
  22. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/file_client.py +0 -0
  23. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/ga4gh_client.py +0 -0
  24. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/individual_client.py +0 -0
  25. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/meta_client.py +0 -0
  26. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/organization_client.py +0 -0
  27. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/project_client.py +0 -0
  28. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/sample_client.py +0 -0
  29. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/study_client.py +0 -0
  30. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/user_client.py +0 -0
  31. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/user_tool_client.py +0 -0
  32. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/variant_client.py +0 -0
  33. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/variant_operation_client.py +0 -0
  34. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_clients/workflow_client.py +0 -0
  35. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/rest_response.py +0 -0
  36. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase/retry.py +0 -0
  37. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/SOURCES.txt +0 -0
  38. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/dependency_links.txt +0 -0
  39. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/requires.txt +0 -0
  40. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/pyxetabase.egg-info/top_level.txt +0 -0
  41. {pyxetabase-4.0.0.dev63 → pyxetabase-4.0.0.dev64}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev63
3
+ Version: 4.0.0.dev64
4
4
  Summary: A REST client for OpenCGA enterprise REST web services
5
5
  Author: Daniel Perez-Gil
6
6
  Author-email: daniel.perez@zettagenomics.com
@@ -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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev63
3
+ Version: 4.0.0.dev64
4
4
  Summary: A REST client for OpenCGA enterprise REST web services
5
5
  Author: Daniel Perez-Gil
6
6
  Author-email: daniel.perez@zettagenomics.com
@@ -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.dev63',
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',