geoseeq 0.5.6a4__py3-none-any.whl → 0.5.6a5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- geoseeq/cli/main.py +5 -3
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/METADATA +1 -1
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/RECORD +7 -7
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/LICENSE +0 -0
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/WHEEL +0 -0
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/entry_points.txt +0 -0
- {geoseeq-0.5.6a4.dist-info → geoseeq-0.5.6a5.dist-info}/top_level.txt +0 -0
geoseeq/cli/main.py
CHANGED
@@ -53,7 +53,7 @@ def version():
|
|
53
53
|
Use of this tool implies acceptance of the GeoSeeq End User License Agreement.
|
54
54
|
Run `geoseeq eula show` to view the EULA.
|
55
55
|
"""
|
56
|
-
click.echo('0.5.
|
56
|
+
click.echo('0.5.6a5') # remember to update setup
|
57
57
|
|
58
58
|
|
59
59
|
@main.group('advanced')
|
@@ -89,8 +89,10 @@ def cli_config(yes, api_token, endpoint, profile, overwrite):
|
|
89
89
|
"""
|
90
90
|
if not profile and not yes:
|
91
91
|
profile = click.prompt(f'Set custom profile name? (Leave blank for default)', default="").strip(' \"\'')
|
92
|
-
if not endpoint
|
93
|
-
endpoint =
|
92
|
+
if not endpoint:
|
93
|
+
endpoint = DEFAULT_ENDPOINT
|
94
|
+
if not yes:
|
95
|
+
endpoint = click.prompt(f'Enter the URL to use for GeoSeeq (Most users can use the default)', default=DEFAULT_ENDPOINT).strip(' \"\'')
|
94
96
|
if not api_token:
|
95
97
|
api_token = click.prompt(f'Enter your GeoSeeq API token', hide_input=True).strip(' \"\'')
|
96
98
|
if not yes:
|
@@ -22,7 +22,7 @@ geoseeq/cli/detail.py,sha256=q8Suu-j2k18knfSVFG-SWWGNsKM-n8y9RMA3LcIIi9Y,4132
|
|
22
22
|
geoseeq/cli/download.py,sha256=ldpqpnRe00utb1EL1T_5CyPbFrZbtauIvOSOHtxz9qc,17656
|
23
23
|
geoseeq/cli/fastq_utils.py,sha256=-bmeQLaiMBm57zWOF0R5OlWTU0_3sh1JBC1RYw2BOFM,3083
|
24
24
|
geoseeq/cli/get_eula.py,sha256=79mbUwyiF7O1r0g6UTxG9kJGQEqKuH805E6eLkPC6Y4,997
|
25
|
-
geoseeq/cli/main.py,sha256=
|
25
|
+
geoseeq/cli/main.py,sha256=Wm6SuP5uooFPwWhCeN1LjLazB-fOszuqGd6C0Z6E1Vk,3259
|
26
26
|
geoseeq/cli/manage.py,sha256=wGXAcVaXqE5JQEU8Jh6OlHr02nB396bpS_SFcOZdrEo,5929
|
27
27
|
geoseeq/cli/progress_bar.py,sha256=p1Xl01nkYxSBZCB30ue2verIIi22W93m3ZAMAxipD0g,738
|
28
28
|
geoseeq/cli/run.py,sha256=bx2AV6VIqOSTlxUda78xl0XxcZ8TXlQx02-e7iLQPwI,3838
|
@@ -80,9 +80,9 @@ geoseeq/vc/vc_stub.py,sha256=IQr8dI0zsWKVAeY_5ybDD6n49_3othcgfHS3P0O9tuY,3110
|
|
80
80
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
81
81
|
tests/test_api_client.py,sha256=TS5njc5pcPP_Ycy-ljcfPVT1hQRBsFVdQ0lCqBmoesU,12810
|
82
82
|
tests/test_plotting.py,sha256=TcTu-2ARr8sxZJ7wPQxmbs3-gHw7uRvsgrhhhg0qKik,784
|
83
|
-
geoseeq-0.5.
|
84
|
-
geoseeq-0.5.
|
85
|
-
geoseeq-0.5.
|
86
|
-
geoseeq-0.5.
|
87
|
-
geoseeq-0.5.
|
88
|
-
geoseeq-0.5.
|
83
|
+
geoseeq-0.5.6a5.dist-info/LICENSE,sha256=IuhIl1XCxXLPLJT_coN1CNqQU4Khlq7x4IdW7ioOJD8,1067
|
84
|
+
geoseeq-0.5.6a5.dist-info/METADATA,sha256=kDZulOXqCBH3DrrT6xqFzoI38W3EXsayd1Gdox8hO-U,4805
|
85
|
+
geoseeq-0.5.6a5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
86
|
+
geoseeq-0.5.6a5.dist-info/entry_points.txt,sha256=yF-6KDM8zXib4Al0qn49TX-qM7PUkWUIcYtsgt36rjM,45
|
87
|
+
geoseeq-0.5.6a5.dist-info/top_level.txt,sha256=zZk7mmeaqAYqFJG8nq2DTgSQPbflRjJwkDIhNURPDEU,14
|
88
|
+
geoseeq-0.5.6a5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|