geoseeq 0.6.4__py3-none-any.whl → 0.6.5__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.
- geoseeq/cli/main.py +9 -3
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/METADATA +1 -1
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/RECORD +7 -7
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/LICENSE +0 -0
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/WHEEL +0 -0
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/entry_points.txt +0 -0
- {geoseeq-0.6.4.dist-info → geoseeq-0.6.5.dist-info}/top_level.txt +0 -0
geoseeq/cli/main.py
CHANGED
@@ -11,7 +11,7 @@ from .upload import cli_upload, cli_upload_advanced
|
|
11
11
|
from .user import cli_user
|
12
12
|
from .view import cli_view
|
13
13
|
from .search import cli_search
|
14
|
-
|
14
|
+
|
15
15
|
from geoseeq.knex import DEFAULT_ENDPOINT
|
16
16
|
from geoseeq.utils import set_profile
|
17
17
|
from .shared_params.opts_and_args import overwrite_option, yes_option
|
@@ -54,7 +54,7 @@ def version():
|
|
54
54
|
Use of this tool implies acceptance of the GeoSeeq End User License Agreement.
|
55
55
|
Run `geoseeq eula show` to view the EULA.
|
56
56
|
"""
|
57
|
-
click.echo('0.6.
|
57
|
+
click.echo('0.6.5') # remember to update setup
|
58
58
|
|
59
59
|
|
60
60
|
@main.group('advanced')
|
@@ -73,7 +73,13 @@ def cli_experimental():
|
|
73
73
|
"""Experimental commands."""
|
74
74
|
pass
|
75
75
|
|
76
|
-
|
76
|
+
|
77
|
+
|
78
|
+
try:
|
79
|
+
from geoseeq.vc.cli import cli_vc
|
80
|
+
cli_experimental.add_command(cli_vc)
|
81
|
+
except (ModuleNotFoundError, ImportError):
|
82
|
+
pass
|
77
83
|
|
78
84
|
@main.command('config')
|
79
85
|
@yes_option
|
@@ -22,7 +22,7 @@ geoseeq/cli/detail.py,sha256=q8Suu-j2k18knfSVFG-SWWGNsKM-n8y9RMA3LcIIi9Y,4132
|
|
22
22
|
geoseeq/cli/download.py,sha256=QTNA7qFjCdRJg2vKbAm5yH8WGlcF5fb5bSjm5QiI4XE,17768
|
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=6ctfMtfT9-V5rUquEqeY39xyPrIeelCQw_8WmHep18I,3898
|
26
26
|
geoseeq/cli/manage.py,sha256=wGXAcVaXqE5JQEU8Jh6OlHr02nB396bpS_SFcOZdrEo,5929
|
27
27
|
geoseeq/cli/progress_bar.py,sha256=p1Xl01nkYxSBZCB30ue2verIIi22W93m3ZAMAxipD0g,738
|
28
28
|
geoseeq/cli/project.py,sha256=V5SdXm2Hwo2lxrkpwRDedw-mAE4XnM2uwT-Gj1D90VQ,3030
|
@@ -85,9 +85,9 @@ geoseeq/vc/vc_stub.py,sha256=IQr8dI0zsWKVAeY_5ybDD6n49_3othcgfHS3P0O9tuY,3110
|
|
85
85
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
86
86
|
tests/test_api_client.py,sha256=TS5njc5pcPP_Ycy-ljcfPVT1hQRBsFVdQ0lCqBmoesU,12810
|
87
87
|
tests/test_plotting.py,sha256=TcTu-2ARr8sxZJ7wPQxmbs3-gHw7uRvsgrhhhg0qKik,784
|
88
|
-
geoseeq-0.6.
|
89
|
-
geoseeq-0.6.
|
90
|
-
geoseeq-0.6.
|
91
|
-
geoseeq-0.6.
|
92
|
-
geoseeq-0.6.
|
93
|
-
geoseeq-0.6.
|
88
|
+
geoseeq-0.6.5.dist-info/LICENSE,sha256=IuhIl1XCxXLPLJT_coN1CNqQU4Khlq7x4IdW7ioOJD8,1067
|
89
|
+
geoseeq-0.6.5.dist-info/METADATA,sha256=C8OwRXrQg0qp_R7g13Y4qheE5XaoFE6a_n3X471ui_k,4915
|
90
|
+
geoseeq-0.6.5.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
91
|
+
geoseeq-0.6.5.dist-info/entry_points.txt,sha256=yF-6KDM8zXib4Al0qn49TX-qM7PUkWUIcYtsgt36rjM,45
|
92
|
+
geoseeq-0.6.5.dist-info/top_level.txt,sha256=zZk7mmeaqAYqFJG8nq2DTgSQPbflRjJwkDIhNURPDEU,14
|
93
|
+
geoseeq-0.6.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|