pyxetabase 4.0.0.dev3__tar.gz → 4.0.0.dev5__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.dev3 → pyxetabase-4.0.0.dev5}/PKG-INFO +1 -1
  2. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/cohort_client.py +0 -11
  3. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase.egg-info/PKG-INFO +1 -1
  4. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/setup.py +1 -1
  5. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/LICENSE +0 -0
  6. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/README.rst +0 -0
  7. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/__init__.py +0 -0
  8. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/commons.py +0 -0
  9. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/exceptions.py +0 -0
  10. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/opencga_client.py +0 -0
  11. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/opencga_config.py +0 -0
  12. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/__init__.py +0 -0
  13. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/_parent_rest_clients.py +0 -0
  14. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/admin_client.py +0 -0
  15. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/alignment_client.py +0 -0
  16. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/clinical_analysis_client.py +0 -0
  17. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/cvdb_client.py +0 -0
  18. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/disease_panel_client.py +0 -0
  19. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/family_client.py +0 -0
  20. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/federation_client.py +0 -0
  21. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/file_client.py +0 -0
  22. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/ga4gh_client.py +0 -0
  23. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/individual_client.py +0 -0
  24. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/job_client.py +0 -0
  25. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/meta_client.py +0 -0
  26. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/organization_client.py +0 -0
  27. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/project_client.py +0 -0
  28. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/sample_client.py +0 -0
  29. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/study_client.py +0 -0
  30. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/user_client.py +0 -0
  31. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/variant_client.py +0 -0
  32. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/variant_operation_client.py +0 -0
  33. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_clients/workflow_client.py +0 -0
  34. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/rest_response.py +0 -0
  35. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase/retry.py +0 -0
  36. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase.egg-info/SOURCES.txt +0 -0
  37. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase.egg-info/dependency_links.txt +0 -0
  38. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase.egg-info/requires.txt +0 -0
  39. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/pyxetabase.egg-info/top_level.txt +0 -0
  40. {pyxetabase-4.0.0.dev3 → pyxetabase-4.0.0.dev5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev3
3
+ Version: 4.0.0.dev5
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
@@ -61,9 +61,6 @@ class Cohort(_ParentRestClient):
61
61
  :param str status: status.
62
62
  :param str internal_status: internalStatus.
63
63
  :param str annotation: Cohort annotation.
64
- :param str tags: Tags. Also admits basic regular expressions using the
65
- operator '~', i.e. '~{perl-regex}' e.g. '~value' for case
66
- sensitive, '~/value/i' for case insensitive search.
67
64
  :param str acl: acl.
68
65
  :param str samples: Cohort sample IDs.
69
66
  :param str num_samples: Number of samples.
@@ -140,9 +137,6 @@ class Cohort(_ParentRestClient):
140
137
  :param str uuid: Comma separated list of cohort IDs up to a maximum of
141
138
  100.
142
139
  :param str type: Cohort type.
143
- :param str tags: Tags. Also admits basic regular expressions using the
144
- operator '~', i.e. '~{perl-regex}' e.g. '~value' for case
145
- sensitive, '~/value/i' for case insensitive search.
146
140
  :param str creation_date: creationDate.
147
141
  :param str modification_date: modificationDate.
148
142
  :param bool deleted: deleted.
@@ -229,9 +223,6 @@ class Cohort(_ParentRestClient):
229
223
  :param str uuid: Comma separated list of cohort IDs up to a maximum of
230
224
  100.
231
225
  :param str type: Cohort type.
232
- :param str tags: Tags. Also admits basic regular expressions using the
233
- operator '~', i.e. '~{perl-regex}' e.g. '~value' for case
234
- sensitive, '~/value/i' for case insensitive search.
235
226
  :param str creation_date: creationDate.
236
227
  :param str modification_date: modificationDate.
237
228
  :param bool deleted: deleted.
@@ -312,8 +303,6 @@ class Cohort(_ParentRestClient):
312
303
  :param str annotation_sets_action: Action to be performed if the array
313
304
  of annotationSets is being updated. Allowed values: ['ADD SET
314
305
  REMOVE']
315
- :param str tags_action: Action to be performed if the array of tags is
316
- being updated. Allowed values: ['ADD SET REMOVE']
317
306
  :param bool include_result: Flag indicating to include the created or
318
307
  updated document result in the response.
319
308
  :param dict data: body.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 4.0.0.dev3
3
+ Version: 4.0.0.dev5
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.dev3',
17
+ version='4.0.0.dev5',
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