pyxetabase 4.0.0.dev7__tar.gz → 4.0.0.dev9__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.

Potentially problematic release.


This version of pyxetabase might be problematic. Click here for more details.

Files changed (40) hide show
  1. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/PKG-INFO +1 -1
  2. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/clinical_analysis_client.py +26 -0
  3. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/disease_panel_client.py +0 -13
  4. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase.egg-info/PKG-INFO +1 -1
  5. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/setup.py +1 -1
  6. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/LICENSE +0 -0
  7. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/README.rst +0 -0
  8. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/__init__.py +0 -0
  9. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/commons.py +0 -0
  10. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/exceptions.py +0 -0
  11. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/opencga_client.py +0 -0
  12. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/opencga_config.py +0 -0
  13. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/__init__.py +0 -0
  14. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/_parent_rest_clients.py +0 -0
  15. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/admin_client.py +0 -0
  16. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/alignment_client.py +0 -0
  17. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/cohort_client.py +0 -0
  18. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/cvdb_client.py +0 -0
  19. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/family_client.py +0 -0
  20. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/federation_client.py +0 -0
  21. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/file_client.py +0 -0
  22. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/ga4gh_client.py +0 -0
  23. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/individual_client.py +0 -0
  24. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/job_client.py +0 -0
  25. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/meta_client.py +0 -0
  26. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/organization_client.py +0 -0
  27. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/project_client.py +0 -0
  28. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/sample_client.py +0 -0
  29. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/study_client.py +0 -0
  30. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/user_client.py +0 -0
  31. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/variant_client.py +0 -0
  32. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/variant_operation_client.py +0 -0
  33. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_clients/workflow_client.py +0 -0
  34. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/rest_response.py +0 -0
  35. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase/retry.py +0 -0
  36. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase.egg-info/SOURCES.txt +0 -0
  37. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase.egg-info/dependency_links.txt +0 -0
  38. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase.egg-info/requires.txt +0 -0
  39. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/pyxetabase.egg-info/top_level.txt +0 -0
  40. {pyxetabase-4.0.0.dev7 → pyxetabase-4.0.0.dev9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev7
3
+ Version: 4.0.0.dev9
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
@@ -376,6 +376,32 @@ class ClinicalAnalysis(_ParentRestClient):
376
376
 
377
377
  return self._post(category='analysis', resource='run', subcategory='clinical/interpreter/cancerTiering', data=data, **options)
378
378
 
379
+ def run_interpreter_custom_tiering(self, data=None, **options):
380
+ """
381
+ Run clinical interpretation analysis.
382
+ PATH: /{apiVersion}/analysis/clinical/interpreter/customTiering/run
383
+
384
+ :param dict data: Parameters to execute the clinical interpretation
385
+ analysis. (REQUIRED)
386
+ :param str study: Study [[organization@]project:]study where study and
387
+ project can be either the ID or UUID.
388
+ :param str job_id: Job ID. It must be a unique string within the
389
+ study. An ID will be autogenerated automatically if not provided.
390
+ :param str job_description: Job description.
391
+ :param str job_depends_on: Comma separated list of existing job IDs
392
+ the job will depend on.
393
+ :param str job_tags: Job tags.
394
+ :param str job_scheduled_start_time: Time when the job is scheduled to
395
+ start.
396
+ :param str job_priority: Priority of the job.
397
+ :param bool job_dry_run: Flag indicating that the job will be executed
398
+ in dry-run mode. In this mode, OpenCGA will validate that all
399
+ parameters and prerequisites are correctly set for successful
400
+ execution, but the job will not actually run.
401
+ """
402
+
403
+ return self._post(category='analysis', resource='run', subcategory='clinical/interpreter/customTiering', data=data, **options)
404
+
379
405
  def run_interpreter_exomiser(self, data=None, **options):
380
406
  """
381
407
  Run exomiser interpretation analysis.
@@ -192,19 +192,6 @@ class DiseasePanel(_ParentRestClient):
192
192
 
193
193
  :param str study: Study [[organization@]project:]study where study and
194
194
  project can be either the ID or UUID.
195
- :param str job_id: Job ID. It must be a unique string within the
196
- study. An ID will be autogenerated automatically if not provided.
197
- :param str job_depends_on: Comma separated list of existing job IDs
198
- the job will depend on.
199
- :param str job_description: Job description.
200
- :param str job_tags: Job tags.
201
- :param str job_scheduled_start_time: Time when the job is scheduled to
202
- start.
203
- :param str job_priority: Priority of the job.
204
- :param bool job_dry_run: Flag indicating that the job will be executed
205
- in dry-run mode. In this mode, OpenCGA will validate that all
206
- parameters and prerequisites are correctly set for successful
207
- execution, but the job will not actually run.
208
195
  :param dict data: Panel parameters.
209
196
  """
210
197
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev7
3
+ Version: 4.0.0.dev9
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.dev7',
17
+ version='4.0.0.dev9',
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