Skip to content

Commit 108ce55

Browse files
add new bucket path
1 parent 27560f4 commit 108ce55

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

malariagen_data/adir1.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
MAJOR_VERSION_NUMBER = 1
99
MAJOR_VERSION_PATH = "v1.0"
1010
CONFIG_PATH = "v1.0-config.json"
11-
GCS_DEFAULT_URL = "gs://vo_adir_release_us_central1/"
12-
GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_release_us_central1/"
11+
GCS_DEFAULT_URL = "gs://vo_adir_release_master_us_central1/"
12+
GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_release_master_us_central1/"
1313
GCS_REGION_URLS = {
14-
"us-central1": "gs://vo_adir_release_us_central1",
14+
"us-central1": "gs://vo_adir_release_master_us_central1",
1515
}
1616

1717
TAXON_PALETTE = px.colors.qualitative.Plotly
@@ -60,7 +60,7 @@ class Adir1(AnophelesDataResource):
6060
in a directory named "gcs_cache":
6161
6262
>>> adir1 = malariagen_data.Adir1(
63-
... "simplecache::gs://vo_adir_release_us_central1",
63+
... "simplecache::gs://vo_adir_release_master_us_central1",
6464
... simplecache=dict(cache_storage="gcs_cache"),
6565
... )
6666

0 commit comments

Comments
 (0)