pyxetabase 3.1.0.dev19__py3-none-any.whl → 3.1.0.dev21__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.
- pyopencga/rest_clients/file_client.py +1 -1
- pyxetabase/rest_clients/file_client.py +1 -1
- pyxetabase/rest_clients/meta_client.py +3 -4
- {pyxetabase-3.1.0.dev19.dist-info → pyxetabase-3.1.0.dev21.dist-info}/METADATA +1 -1
- {pyxetabase-3.1.0.dev19.dist-info → pyxetabase-3.1.0.dev21.dist-info}/RECORD +8 -8
- {pyxetabase-3.1.0.dev19.dist-info → pyxetabase-3.1.0.dev21.dist-info}/WHEEL +0 -0
- {pyxetabase-3.1.0.dev19.dist-info → pyxetabase-3.1.0.dev21.dist-info}/licenses/LICENSE +0 -0
- {pyxetabase-3.1.0.dev19.dist-info → pyxetabase-3.1.0.dev21.dist-info}/top_level.txt +0 -0
|
@@ -420,7 +420,7 @@ class File(_ParentRestClient):
|
|
|
420
420
|
MICROARRAY_EXPRESSION_TWOCHANNELS_GENEPIX DATAMATRIX_EXPRESSION
|
|
421
421
|
IDLIST IDLIST_RANKED ANNOTATION_GENEVSANNOTATION OTHER_NEWICK
|
|
422
422
|
OTHER_BLAST OTHER_INTERACTION OTHER_GENOTYPE OTHER_PLINK OTHER_VCF
|
|
423
|
-
OTHER_PED VCF4 VARIANT ALIGNMENT COVERAGE SEQUENCE PEDIGREE
|
|
423
|
+
OTHER_PED VCF4 CVDB VARIANT ALIGNMENT COVERAGE SEQUENCE PEDIGREE
|
|
424
424
|
REFERENCE_GENOME NONE UNKNOWN']
|
|
425
425
|
:param str checksum: Expected MD5 file checksum.
|
|
426
426
|
:param bool resource: Boolean field indicating whether the file is a
|
|
@@ -420,7 +420,7 @@ class File(_ParentRestClient):
|
|
|
420
420
|
MICROARRAY_EXPRESSION_TWOCHANNELS_GENEPIX DATAMATRIX_EXPRESSION
|
|
421
421
|
IDLIST IDLIST_RANKED ANNOTATION_GENEVSANNOTATION OTHER_NEWICK
|
|
422
422
|
OTHER_BLAST OTHER_INTERACTION OTHER_GENOTYPE OTHER_PLINK OTHER_VCF
|
|
423
|
-
OTHER_PED VCF4 VARIANT ALIGNMENT COVERAGE SEQUENCE PEDIGREE
|
|
423
|
+
OTHER_PED VCF4 CVDB VARIANT ALIGNMENT COVERAGE SEQUENCE PEDIGREE
|
|
424
424
|
REFERENCE_GENOME NONE UNKNOWN']
|
|
425
425
|
:param str checksum: Expected MD5 file checksum.
|
|
426
426
|
:param bool resource: Boolean field indicating whether the file is a
|
|
@@ -55,16 +55,15 @@ class Meta(_ParentRestClient):
|
|
|
55
55
|
|
|
56
56
|
return self._get(category='meta', resource='model', **options)
|
|
57
57
|
|
|
58
|
-
def openapi(self,
|
|
58
|
+
def openapi(self, **options):
|
|
59
59
|
"""
|
|
60
60
|
Opencga openapi json.
|
|
61
61
|
PATH: /{apiVersion}/meta/openapi
|
|
62
62
|
|
|
63
|
-
:param str
|
|
64
|
-
:param str
|
|
63
|
+
:param str environment: Environment of the app.
|
|
64
|
+
:param str host: Opencga host without environment.
|
|
65
65
|
"""
|
|
66
66
|
|
|
67
|
-
options['url'] = url
|
|
68
67
|
return self._get(category='meta', resource='openapi', **options)
|
|
69
68
|
|
|
70
69
|
def ping(self, **options):
|
|
@@ -13,7 +13,7 @@ pyopencga/rest_clients/clinical_analysis_client.py,sha256=e14y-qJznmAIMsIVpdh2yn
|
|
|
13
13
|
pyopencga/rest_clients/cohort_client.py,sha256=6HcNiUL3WVsLfRtcitwJuxyraECJ6RExV8GvE2oQhDM,16323
|
|
14
14
|
pyopencga/rest_clients/disease_panel_client.py,sha256=dD5_nzetek5Hk2sSqT1JasdNu8ohkO3yMfdY76jGU8U,18512
|
|
15
15
|
pyopencga/rest_clients/family_client.py,sha256=MC8WHfzycB7WeRqb8FZEt2YLFTNrdSnky-bHwsr-6uY,18585
|
|
16
|
-
pyopencga/rest_clients/file_client.py,sha256=
|
|
16
|
+
pyopencga/rest_clients/file_client.py,sha256=SnFrV6Bs-_ZMoZMoGviNMK1yi2xLXnTQCjm20ovecew,33729
|
|
17
17
|
pyopencga/rest_clients/ga4gh_client.py,sha256=iU0PvOmxTbhFS-AUD6BDp41uU1BAxWJUiiv1waioX6A,3505
|
|
18
18
|
pyopencga/rest_clients/individual_client.py,sha256=jYO4nHluP-gsdX7iM43qwlP9t9QIZBPiUv8sNXMOQ1Q,23224
|
|
19
19
|
pyopencga/rest_clients/job_client.py,sha256=2u1fBSFb87gRsxcsF6ySQGgnKSJLCiaczrxUQ_iAesQ,19810
|
|
@@ -43,11 +43,11 @@ pyxetabase/rest_clients/cvdb_client.py,sha256=V7ny5nQEeJqsbALAe7JLyoV6b0XyYF7c9l
|
|
|
43
43
|
pyxetabase/rest_clients/disease_panel_client.py,sha256=GAYRyAfoB_VunskXOhAzMNbsrFupb6M2QbRK3x1Y5vo,18513
|
|
44
44
|
pyxetabase/rest_clients/family_client.py,sha256=n-kyjnrV09R50JxyiHjFs8rCQkOKFU0Z1O7oVYuaKxg,18586
|
|
45
45
|
pyxetabase/rest_clients/federation_client.py,sha256=p5B8dRq9gj-fdgIfIPhmkT7mNU65cRFtH06kaGtmbWE,5066
|
|
46
|
-
pyxetabase/rest_clients/file_client.py,sha256=
|
|
46
|
+
pyxetabase/rest_clients/file_client.py,sha256=fwTWnZtprYNDUBvRetLLe6PTBxW_M8LxN6OlAMGWXC4,33730
|
|
47
47
|
pyxetabase/rest_clients/ga4gh_client.py,sha256=fPnmiblnfpz_zcZPJblGqOFksrdiF3MUer3fv2nwQwk,3506
|
|
48
48
|
pyxetabase/rest_clients/individual_client.py,sha256=C59zr_t7tTxNR7ZBeAPY6fyYl59fE7KY05MaLyXWmXw,23225
|
|
49
49
|
pyxetabase/rest_clients/job_client.py,sha256=amoBW3SL56l6sAPCUB55rZhLR8DcdIIfb5ymOZ9NkLQ,19811
|
|
50
|
-
pyxetabase/rest_clients/meta_client.py,sha256=
|
|
50
|
+
pyxetabase/rest_clients/meta_client.py,sha256=zFA4QpwNuMm5sgJbF6VP6OcG4lUlSHah91ncc724bxU,2257
|
|
51
51
|
pyxetabase/rest_clients/organization_client.py,sha256=tnwUTCqJoGiKXMQLMv4ymHA16JxnR5iL2SMLaJDBRs8,9465
|
|
52
52
|
pyxetabase/rest_clients/project_client.py,sha256=M8naPsj47z2ylTrJNU_JyHReKzXrB038PoEtKKrtxmc,5212
|
|
53
53
|
pyxetabase/rest_clients/sample_client.py,sha256=VOsPAhw9HwaEHzzw_5gcVQ1v2xSesvzN3TO4z2opaNo,23621
|
|
@@ -56,8 +56,8 @@ pyxetabase/rest_clients/user_client.py,sha256=frA7-rMii-yoRyca_Orkj1T80OeEe-zCdW
|
|
|
56
56
|
pyxetabase/rest_clients/variant_client.py,sha256=mmBuVE0JBThJr5zsLGci5nykNcCKyfZXRKl-h3HT9PA,75436
|
|
57
57
|
pyxetabase/rest_clients/variant_operation_client.py,sha256=oN7AEQzAkrmLQLbw86CODCEnR5xM6UkqrdN-9WPO_rM,36911
|
|
58
58
|
pyxetabase/rest_clients/workflow_client.py,sha256=QYnyI17aNCjq-uXlguaSj78F0xupeWwmf8uYK1Y5tf4,12482
|
|
59
|
-
pyxetabase-3.1.0.
|
|
60
|
-
pyxetabase-3.1.0.
|
|
61
|
-
pyxetabase-3.1.0.
|
|
62
|
-
pyxetabase-3.1.0.
|
|
63
|
-
pyxetabase-3.1.0.
|
|
59
|
+
pyxetabase-3.1.0.dev21.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
60
|
+
pyxetabase-3.1.0.dev21.dist-info/METADATA,sha256=MEEiHWrd_g2oPp_s8kOCE1WwkpodGvHk5PpTEth9Eb8,5540
|
|
61
|
+
pyxetabase-3.1.0.dev21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
62
|
+
pyxetabase-3.1.0.dev21.dist-info/top_level.txt,sha256=0m5pDpBX-lM8QpPl7bTpTQAm4kgu2-nr-pcaEu4Tn_8,11
|
|
63
|
+
pyxetabase-3.1.0.dev21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|