geoseeq 0.7.5__tar.gz → 0.7.6__tar.gz
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-0.7.5 → geoseeq-0.7.6}/PKG-INFO +1 -1
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/download.py +0 -1
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/main.py +1 -1
- {geoseeq-0.7.5 → geoseeq-0.7.6}/pyproject.toml +1 -1
- {geoseeq-0.7.5 → geoseeq-0.7.6}/.devcontainer/devcontainer.json +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/.github/workflows/python-publish.yml +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/.github/workflows/run_unit_tests.yml +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/.gitignore +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/.pre-commit-config.yaml +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/AGENTS.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/LICENSE +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/Makefile +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/commit_pylintrc +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/about_geoseeq.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/contributing.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/downloading_data_examples.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/project_dashboard_example.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/sample_dashboard_example.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/simple_python_example.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/smart_table_example.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_snakemake_example/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_snakemake_example/Snakefile +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_snakemake_example/config.yaml +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/docs/uploading_data_examples.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/app.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/blob_constructors.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/bulk_creators.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/constants.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/copy.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/detail.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/fastq_utils.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/find_grn.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/get_eula.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/manage.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/progress_bar.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/project.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/raw.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/run.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/search.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/common_state.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/config.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/id_handlers.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/obj_getters.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/shared_params/opts_and_args.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/upload/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/upload/upload.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/upload/upload_advanced.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/upload/upload_reads.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/user.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/utils.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/cli/view.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/constants.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/api.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/bioproject.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/cli.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/contrib/ncbi/setup_logging.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/dashboard/dashboard.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/file_system/filesystem_download.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/file_system/main.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/file_system_cache.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/from_blobs.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/from_ids.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/from_names.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/from_uuids.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/resolvers.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/id_constructors/utils.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/knex.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/organization.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/pipeline.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/constants.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/highcharts.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/map/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/map/base_layer.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/map/map.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/map/overlay.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/plotting/selectable.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/project.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/remote_object.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/bioinfo.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/file_chunker.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/file_download.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/file_upload.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/result_file.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/result_folder.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/resumable_download_tracker.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/resumable_upload_tracker.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/smart_objects.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/result/utils.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/sample.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/search.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/smart_table.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/smart_tree.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/upload_download_manager.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/user.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/utils.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/README.md +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/checksum.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/cli.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/clone.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/constants.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/vc_cache.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/vc_dir.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/vc_sample.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/vc/vc_stub.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/geoseeq/work_orders.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/setup.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/__init__.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/conftest.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_api_client.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_download.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_download_cli.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_file_chunker.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_file_system_cache.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/files_path.txt +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/sampleclit.R1.fastq.gz +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/sampleclit.R2.fastq.gz +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/single-end.fastq.gz +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/test_metadata.csv +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/test_small.R1.fastq.gz +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_files/test_small.R2.fastq.gz +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_plotting.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_remote_object.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_upload.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_upload_cli.py +0 -0
- {geoseeq-0.7.5 → geoseeq-0.7.6}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: geoseeq
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
4
4
|
Summary: GeoSeeq command line tools and python API
|
|
5
5
|
Project-URL: Homepage, https://github.com/biotia/geoseeq_api_client
|
|
6
6
|
Project-URL: Issues, https://github.com/biotia/geoseeq_api_client/issues
|
|
@@ -619,7 +619,6 @@ def cli_download_fastqs(state,
|
|
|
619
619
|
callback = None
|
|
620
620
|
if head:
|
|
621
621
|
callback = _trim_fastq_to_complete_reads
|
|
622
|
-
key = key + (head,) # append head bytes to key
|
|
623
622
|
download_manager.add_download(result_file, join(target_dir, filename), key=key, callback=callback)
|
|
624
623
|
if not download:
|
|
625
624
|
print(download_manager.get_url_string(), file=state.outfile)
|
|
@@ -55,7 +55,7 @@ def version():
|
|
|
55
55
|
Use of this tool implies acceptance of the GeoSeeq End User License Agreement.
|
|
56
56
|
Run `geoseeq eula show` to view the EULA.
|
|
57
57
|
"""
|
|
58
|
-
click.echo("0.7.
|
|
58
|
+
click.echo("0.7.6") # remember to update pyproject.toml
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
@main.group("advanced")
|
|
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
|
{geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/project_dashboard_example.py
RENAMED
|
File without changes
|
{geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/sample_dashboard_example.py
RENAMED
|
File without changes
|
{geoseeq-0.7.5 → geoseeq-0.7.6}/docs/examples/simple_python_example/simple_python_example.py
RENAMED
|
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
|
|
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
|