pyxetabase 3.1.0.dev23__py3-none-any.whl → 3.1.0.dev25__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.
@@ -86,6 +86,33 @@ class VariantOperation(_ParentRestClient):
86
86
 
87
87
  return self._delete(category='operation', resource='delete', subcategory='variant/annotation', **options)
88
88
 
89
+ def variant_annotation_extension_configure(self, data=None, **options):
90
+ """
91
+ Install a variant annotation extension and configure the project to
92
+ use it.
93
+ PATH: /{apiVersion}/operation/variant/annotation/extension/configure
94
+
95
+ :param str job_id: Job ID. It must be a unique string within the
96
+ study. An ID will be autogenerated automatically if not provided.
97
+ :param str job_description: Job description.
98
+ :param str job_depends_on: Comma separated list of existing job IDs
99
+ the job will depend on.
100
+ :param str job_tags: Job tags.
101
+ :param str job_scheduled_start_time: Time when the job is scheduled to
102
+ start.
103
+ :param str job_priority: Priority of the job.
104
+ :param bool job_dry_run: Flag indicating that the job will be executed
105
+ in dry-run mode. In this mode, OpenCGA will validate that all
106
+ parameters and prerequisites are correctly set for successful
107
+ execution, but the job will not actually run.
108
+ :param str study: Study [[organization@]project:]study where study and
109
+ project can be either the ID or UUID.
110
+ :param dict data: Parameters to configure a variant annotation
111
+ extension.
112
+ """
113
+
114
+ return self._post(category='operation', resource='configure', subcategory='variant/annotation/extension', data=data, **options)
115
+
89
116
  def index_variant_annotation(self, data=None, **options):
90
117
  """
91
118
  Create and load variant annotations into the database.
@@ -86,6 +86,33 @@ class VariantOperation(_ParentRestClient):
86
86
 
87
87
  return self._delete(category='operation', resource='delete', subcategory='variant/annotation', **options)
88
88
 
89
+ def variant_annotation_extension_configure(self, data=None, **options):
90
+ """
91
+ Install a variant annotation extension and configure the project to
92
+ use it.
93
+ PATH: /{apiVersion}/operation/variant/annotation/extension/configure
94
+
95
+ :param str job_id: Job ID. It must be a unique string within the
96
+ study. An ID will be autogenerated automatically if not provided.
97
+ :param str job_description: Job description.
98
+ :param str job_depends_on: Comma separated list of existing job IDs
99
+ the job will depend on.
100
+ :param str job_tags: Job tags.
101
+ :param str job_scheduled_start_time: Time when the job is scheduled to
102
+ start.
103
+ :param str job_priority: Priority of the job.
104
+ :param bool job_dry_run: Flag indicating that the job will be executed
105
+ in dry-run mode. In this mode, OpenCGA will validate that all
106
+ parameters and prerequisites are correctly set for successful
107
+ execution, but the job will not actually run.
108
+ :param str study: Study [[organization@]project:]study where study and
109
+ project can be either the ID or UUID.
110
+ :param dict data: Parameters to configure a variant annotation
111
+ extension.
112
+ """
113
+
114
+ return self._post(category='operation', resource='configure', subcategory='variant/annotation/extension', data=data, **options)
115
+
89
116
  def index_variant_annotation(self, data=None, **options):
90
117
  """
91
118
  Create and load variant annotations into the database.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyxetabase
3
- Version: 3.1.0.dev23
3
+ Version: 3.1.0.dev25
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
@@ -24,7 +24,7 @@ pyopencga/rest_clients/sample_client.py,sha256=UAUDzZCfIaSKCwaIGe11ek11w_tMcxGqN
24
24
  pyopencga/rest_clients/study_client.py,sha256=1ba7-zOxP6ZX_YLpKkzFsfBVBZk4rwRwVoZzzaMVPDo,21490
25
25
  pyopencga/rest_clients/user_client.py,sha256=XS4FDLuPaDt9VKHlLIYixvqqLRfBEZ9pwzblUM3GDfQ,7147
26
26
  pyopencga/rest_clients/variant_client.py,sha256=qao-KWLjp04mDN3q7tQYsJzsQpxMaMvMzE8zAp8t7pg,75435
27
- pyopencga/rest_clients/variant_operation_client.py,sha256=HYBQOSwXKdFTDbaxZfA4hUa66yKCfwCT7r272hLdQLc,36910
27
+ pyopencga/rest_clients/variant_operation_client.py,sha256=wcSyn9jEoHvWyXKucnnPz3uwge93DCbY5eZJ01D9eG8,38337
28
28
  pyopencga/rest_clients/workflow_client.py,sha256=TN_x3CpC-GIojfsJNZmwPMCeXMUSPxKIas2PnNN18H4,12481
29
29
  pyxetabase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
30
  pyxetabase/commons.py,sha256=Okt5DgvSpZW9PUsxoLNpROb0BDrdr_zhgry4X3dQpfk,14308
@@ -54,10 +54,10 @@ pyxetabase/rest_clients/sample_client.py,sha256=VOsPAhw9HwaEHzzw_5gcVQ1v2xSesvzN
54
54
  pyxetabase/rest_clients/study_client.py,sha256=STtboEiGP-lQ1UptjHxk-ANd3uG6cA6U3srvOO4UQIE,21491
55
55
  pyxetabase/rest_clients/user_client.py,sha256=frA7-rMii-yoRyca_Orkj1T80OeEe-zCdWZCHKn1sio,7683
56
56
  pyxetabase/rest_clients/variant_client.py,sha256=mmBuVE0JBThJr5zsLGci5nykNcCKyfZXRKl-h3HT9PA,75436
57
- pyxetabase/rest_clients/variant_operation_client.py,sha256=oN7AEQzAkrmLQLbw86CODCEnR5xM6UkqrdN-9WPO_rM,36911
57
+ pyxetabase/rest_clients/variant_operation_client.py,sha256=U2L1pNJhD1cpG-QzoUOD7-D5J_yYK9YYIoOcbPP-f3s,38338
58
58
  pyxetabase/rest_clients/workflow_client.py,sha256=QYnyI17aNCjq-uXlguaSj78F0xupeWwmf8uYK1Y5tf4,12482
59
- pyxetabase-3.1.0.dev23.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
60
- pyxetabase-3.1.0.dev23.dist-info/METADATA,sha256=tqFdL8jRI_LDEPlN6dw-CWIohbj2y0PYr5EQn0aa5Rs,5540
61
- pyxetabase-3.1.0.dev23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
62
- pyxetabase-3.1.0.dev23.dist-info/top_level.txt,sha256=0m5pDpBX-lM8QpPl7bTpTQAm4kgu2-nr-pcaEu4Tn_8,11
63
- pyxetabase-3.1.0.dev23.dist-info/RECORD,,
59
+ pyxetabase-3.1.0.dev25.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
60
+ pyxetabase-3.1.0.dev25.dist-info/METADATA,sha256=9cR7ZQh759gvQrRnYICqEeAEKgjaF_B09Mq28iMgf5I,5540
61
+ pyxetabase-3.1.0.dev25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
62
+ pyxetabase-3.1.0.dev25.dist-info/top_level.txt,sha256=0m5pDpBX-lM8QpPl7bTpTQAm4kgu2-nr-pcaEu4Tn_8,11
63
+ pyxetabase-3.1.0.dev25.dist-info/RECORD,,