Skip to content

Commit 9baca66

Browse files
committed
Better formatted public URL
1 parent 00b4e8e commit 9baca66

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

malariagen_data/af1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
MAJOR_VERSION_PATH = "v1.0"
1010
CONFIG_PATH = "v1.0-config.json"
1111
GCS_DEFAULT_URL = "gs://vo_afun_release_master_us_central1/"
12+
GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
1213
GCS_REGION_URLS = {
1314
"us-central1": "gs://vo_afun_release_master_us_central1",
1415
}
@@ -78,7 +79,7 @@ class Af1(AnophelesDataResource):
7879
def __init__(
7980
self,
8081
url=None,
81-
public_url="https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_afun_release/",
82+
public_url=GCS_DEFAULT_PUBLIC_URL,
8283
bokeh_output_notebook=True,
8384
results_cache=None,
8485
log=sys.stdout,

malariagen_data/ag3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
MAJOR_VERSION_PATH = "v3"
1616
CONFIG_PATH = "v3-config.json"
1717
GCS_DEFAULT_URL = "gs://vo_agam_release_master_us_central1/"
18+
GCS_DEFAULT_PUBLIC_URL = "gs://vo_anoph_temp_us_central1/vo_agam_release/"
1819
GCS_REGION_URLS = {
1920
"us-central1": "gs://vo_agam_release_master_us_central1",
2021
}
@@ -138,7 +139,7 @@ class Ag3(AnophelesDataResource):
138139
def __init__(
139140
self,
140141
url=None,
141-
public_url="https://storage.googleapis.com/vo_anoph_temp_us_central1/vo_agam_release/",
142+
public_url=GCS_DEFAULT_PUBLIC_URL,
142143
bokeh_output_notebook=True,
143144
results_cache=None,
144145
log=sys.stdout,

0 commit comments

Comments
 (0)