cpg-utils 5.0.2__tar.gz → 5.0.3__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.
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/PKG-INFO +1 -1
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/dataproc.py +2 -2
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils.egg-info/PKG-INFO +1 -1
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/setup.py +1 -1
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/LICENSE +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/README.md +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/__init__.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/cloud.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/cloudpath_hail_az.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/config.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/constants.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/cromwell.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/cromwell_model.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/git.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/hail_batch.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/membership.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/py.typed +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils/slack.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils.egg-info/SOURCES.txt +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils.egg-info/dependency_links.txt +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils.egg-info/requires.txt +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/cpg_utils.egg-info/top_level.txt +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/pyproject.toml +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/setup.cfg +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/test/__init__.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/test/test_config.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/test/test_cromwell.py +0 -0
- {cpg-utils-5.0.2 → cpg-utils-5.0.3}/test/test_doctests.py +0 -0
|
@@ -10,7 +10,7 @@ import hailtop.batch as hb
|
|
|
10
10
|
|
|
11
11
|
from cpg_utils.config import (
|
|
12
12
|
AR_GUID_NAME,
|
|
13
|
-
|
|
13
|
+
config_retrieve,
|
|
14
14
|
get_access_level,
|
|
15
15
|
get_gcloud_set_project,
|
|
16
16
|
get_gcp_project,
|
|
@@ -281,7 +281,7 @@ def _add_start_job( # noqa: C901
|
|
|
281
281
|
|
|
282
282
|
# Note that the options and their values must be separated by an equal sign.
|
|
283
283
|
# Using a space will break some options like --label
|
|
284
|
-
tmp_bucket =
|
|
284
|
+
tmp_bucket = config_retrieve(['storage', 'default', 'tmp']).removeprefix('gs://')
|
|
285
285
|
start_job_command = [
|
|
286
286
|
'hailctl dataproc start',
|
|
287
287
|
f'--region={region}',
|
|
@@ -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.
|
|
11
|
+
version='5.0.3',
|
|
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
|
|
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
|