File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88MAJOR_VERSION_NUMBER = 1
99MAJOR_VERSION_PATH = "v1.0"
1010CONFIG_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 /"
1313GCS_REGION_URLS = {
14- "us-central1" : "gs://vo_adir_release_us_central1 " ,
14+ "us-central1" : "gs://vo_adir_release_master_us_central1 " ,
1515}
1616
1717TAXON_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
You can’t perform that action at this time.
0 commit comments