cpg-utils 5.0.3__tar.gz → 5.0.4__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.
Files changed (28) hide show
  1. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/PKG-INFO +1 -1
  2. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/dataproc.py +1 -1
  3. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils.egg-info/PKG-INFO +1 -1
  4. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/setup.py +1 -1
  5. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/LICENSE +0 -0
  6. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/README.md +0 -0
  7. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/__init__.py +0 -0
  8. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/cloud.py +0 -0
  9. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/cloudpath_hail_az.py +0 -0
  10. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/config.py +0 -0
  11. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/constants.py +0 -0
  12. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/cromwell.py +0 -0
  13. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/cromwell_model.py +0 -0
  14. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/git.py +0 -0
  15. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/hail_batch.py +0 -0
  16. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/membership.py +0 -0
  17. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/py.typed +0 -0
  18. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils/slack.py +0 -0
  19. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils.egg-info/SOURCES.txt +0 -0
  20. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils.egg-info/dependency_links.txt +0 -0
  21. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils.egg-info/requires.txt +0 -0
  22. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/cpg_utils.egg-info/top_level.txt +0 -0
  23. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/pyproject.toml +0 -0
  24. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/setup.cfg +0 -0
  25. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/test/__init__.py +0 -0
  26. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/test/test_config.py +0 -0
  27. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/test/test_cromwell.py +0 -0
  28. {cpg-utils-5.0.3 → cpg-utils-5.0.4}/test/test_doctests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cpg-utils
3
- Version: 5.0.3
3
+ Version: 5.0.4
4
4
  Summary: Library of convenience functions specific to the CPG
5
5
  Home-page: https://github.com/populationgenomics/cpg-utils
6
6
  License: MIT
@@ -293,7 +293,7 @@ def _add_start_job( # noqa: C901
293
293
  f'--labels={labels_formatted}',
294
294
  f'--wheel={get_wheel_from_hail_version(hail_version)}',
295
295
  f'--bucket={tmp_bucket}',
296
- f'--temp-bucket=cpg-{tmp_bucket}',
296
+ f'--temp-bucket={tmp_bucket}',
297
297
  ]
298
298
  if worker_machine_type:
299
299
  start_job_command.append(f'--worker-machine-type={worker_machine_type}')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cpg-utils
3
- Version: 5.0.3
3
+ Version: 5.0.4
4
4
  Summary: Library of convenience functions specific to the CPG
5
5
  Home-page: https://github.com/populationgenomics/cpg-utils
6
6
  License: MIT
@@ -8,7 +8,7 @@ with open('README.md') as f:
8
8
  setup(
9
9
  name='cpg-utils',
10
10
  # This tag is automatically updated by bumpversion
11
- version='5.0.3',
11
+ version='5.0.4',
12
12
  description='Library of convenience functions specific to the CPG',
13
13
  long_description=long_description,
14
14
  long_description_content_type='text/markdown',
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