dnastack-client-library 3.1.162__py3-none-any.whl → 3.1.168__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.
- dnastack/cli/commands/explorer/questions/commands.py +2 -0
- dnastack/constants.py +1 -1
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/METADATA +1 -1
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/RECORD +8 -8
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/WHEEL +0 -0
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/entry_points.txt +0 -0
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/licenses/LICENSE +0 -0
- {dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/top_level.txt +0 -0
|
@@ -152,6 +152,8 @@ def init_questions_commands(group: Group):
|
|
|
152
152
|
if invalid_ids:
|
|
153
153
|
click.echo(f"Error: Invalid collection IDs for this question: {', '.join(invalid_ids)}", err=True)
|
|
154
154
|
raise click.Abort()
|
|
155
|
+
else:
|
|
156
|
+
collection_ids = [col.id for col in question.collections]
|
|
155
157
|
|
|
156
158
|
# Execute the question
|
|
157
159
|
results_iter = client.ask_federated_question(
|
dnastack/constants.py
CHANGED
{dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
dnastack/__init__.py,sha256=mslf7se8vBSK_HkqWTGPdibeVhT4xyKXgzQBV7dEK1M,333
|
|
2
2
|
dnastack/__main__.py,sha256=EKmtIs4TBseQJi-OT_U6LqRyKLiyrGTBuTQg9zE-G2I,4376
|
|
3
|
-
dnastack/constants.py,sha256=
|
|
3
|
+
dnastack/constants.py,sha256=uuuxY_BJ60LgFuqhtfDC10aGSLwSJkTa4X8j8IyE1Zg,114
|
|
4
4
|
dnastack/feature_flags.py,sha256=RK_V_Ovncoe6NeTheAA_frP-kYkZC1fDlTbbup2KYG4,1419
|
|
5
5
|
dnastack/json_path.py,sha256=TyghhDf7nGQmnsUWBhenU_fKsE_Ez-HLVER6HgH5-hU,2700
|
|
6
6
|
dnastack/omics_cli.py,sha256=ZppKZTHv_XjUUZyRIzSkx0Ug5ODAYrCOTsU0ezCOVrA,3694
|
|
@@ -52,7 +52,7 @@ dnastack/cli/commands/drs/utils.py,sha256=tGogaIlXKnk03GqitzeDfo893JlP7Nc_X28sH-
|
|
|
52
52
|
dnastack/cli/commands/explorer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
dnastack/cli/commands/explorer/commands.py,sha256=X1gvnH3TPoE4BIVBBVA2BMRQpA4qT3XhcjxsfRftMoI,589
|
|
54
54
|
dnastack/cli/commands/explorer/questions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
55
|
-
dnastack/cli/commands/explorer/questions/commands.py,sha256=
|
|
55
|
+
dnastack/cli/commands/explorer/questions/commands.py,sha256=iV25gL9kLADjsBmQkUHRnYp-U5bIJuYDUIjfsGpT0FQ,6213
|
|
56
56
|
dnastack/cli/commands/explorer/questions/tables.py,sha256=cb8YKqY7Qxrm2ROz7z8H6bGp964BNEipuX8KaThTveo,4337
|
|
57
57
|
dnastack/cli/commands/explorer/questions/utils.py,sha256=HNBHEV_F-41IyfnG1ZfxMnacp11UvhwnH4Z2DKgxPZs,7634
|
|
58
58
|
dnastack/cli/commands/publisher/__init__.py,sha256=G8WNdx1UwanoA4X349ghv8Zyv5YizB8ryeJmwu9px8o,443
|
|
@@ -194,9 +194,9 @@ dnastack/http/authenticators/oauth2_adapter/device_code_flow.py,sha256=dXI5CyUcs
|
|
|
194
194
|
dnastack/http/authenticators/oauth2_adapter/factory.py,sha256=ZtNXOklWEim-26ooNoPp3ji_hRg1vf4fHHnY94F0wLI,1087
|
|
195
195
|
dnastack/http/authenticators/oauth2_adapter/models.py,sha256=iY7asrSElyjubInrGV5rJKKZAxJWeq7csnaj-EqMq00,943
|
|
196
196
|
dnastack/http/authenticators/oauth2_adapter/token_exchange.py,sha256=nSuAsSKWa_UNqHSbPMOEk4komaFITYAnE04Sk5WOrLc,6332
|
|
197
|
-
dnastack_client_library-3.1.
|
|
198
|
-
dnastack_client_library-3.1.
|
|
199
|
-
dnastack_client_library-3.1.
|
|
200
|
-
dnastack_client_library-3.1.
|
|
201
|
-
dnastack_client_library-3.1.
|
|
202
|
-
dnastack_client_library-3.1.
|
|
197
|
+
dnastack_client_library-3.1.168.dist-info/licenses/LICENSE,sha256=uwybO-wUbQhxkosgjhJlxmYATMy-AzoULFO9FUedE34,11580
|
|
198
|
+
dnastack_client_library-3.1.168.dist-info/METADATA,sha256=q6nHnGlEfbHDHArIU0ZQ7VofZcaq_7rVDM9ZBW8q-JQ,1766
|
|
199
|
+
dnastack_client_library-3.1.168.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
200
|
+
dnastack_client_library-3.1.168.dist-info/entry_points.txt,sha256=Y6OeicsiyGn3-8D-SiV4NiKlJgXfkSqK88kFBR6R1rY,89
|
|
201
|
+
dnastack_client_library-3.1.168.dist-info/top_level.txt,sha256=P2RgRyqJ7hfNy1wLVRoVLJYEppUVkCX3syGK9zBqkt8,9
|
|
202
|
+
dnastack_client_library-3.1.168.dist-info/RECORD,,
|
{dnastack_client_library-3.1.162.dist-info → dnastack_client_library-3.1.168.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|