geoseeq 0.5.0__tar.gz → 0.5.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {geoseeq-0.5.0 → geoseeq-0.5.1}/PKG-INFO +1 -1
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/main.py +1 -1
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/common_state.py +1 -1
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/PKG-INFO +1 -1
- {geoseeq-0.5.0 → geoseeq-0.5.1}/setup.py +1 -1
- {geoseeq-0.5.0 → geoseeq-0.5.1}/LICENSE +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/README.md +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/app.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/blob_constructors.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/bulk_creators.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/constants.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/copy.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/detail.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/download.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/fastq_utils.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/get_eula.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/manage.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/progress_bar.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/run.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/search.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/config.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/id_handlers.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/obj_getters.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/shared_params/opts_and_args.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/upload/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/upload/upload.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/upload/upload_advanced.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/upload/upload_reads.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/user.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/utils.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/cli/view.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/constants.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/ncbi/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/ncbi/api.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/ncbi/bioproject.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/ncbi/cli.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/contrib/ncbi/setup_logging.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/file_system_cache.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/from_blobs.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/from_ids.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/from_names.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/from_uuids.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/resolvers.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/id_constructors/utils.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/knex.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/organization.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/pipeline.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/constants.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/highcharts.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/map/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/map/base_layer.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/map/map.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/map/overlay.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/plotting/selectable.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/project.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/remote_object.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/bioinfo.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/file_download.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/file_upload.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/result_file.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/result_folder.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/result/utils.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/sample.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/search.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/user.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/utils.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/checksum.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/cli.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/clone.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/constants.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/vc_cache.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/vc_dir.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/vc_sample.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/vc/vc_stub.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq/work_orders.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/SOURCES.txt +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/dependency_links.txt +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/entry_points.txt +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/requires.txt +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/geoseeq.egg-info/top_level.txt +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/pyproject.toml +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/setup.cfg +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/tests/__init__.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/tests/test_api_client.py +0 -0
- {geoseeq-0.5.0 → geoseeq-0.5.1}/tests/test_plotting.py +0 -0
@@ -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.1') # remember to update setup
|
57
57
|
|
58
58
|
|
59
59
|
@main.group('advanced')
|
@@ -5,7 +5,7 @@ import setuptools
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name='geoseeq',
|
8
|
-
version='0.5.
|
8
|
+
version='0.5.1', # remember to update version string in CLI as well
|
9
9
|
author="David C. Danko",
|
10
10
|
author_email='dcdanko@biotia.io',
|
11
11
|
description=open('README.md').read(),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|