We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7aa4d commit 844eebeCopy full SHA for 844eebe
1 file changed
malariagen_data/adir1.py
@@ -8,10 +8,10 @@
8
MAJOR_VERSION_NUMBER = 1
9
MAJOR_VERSION_PATH = "v1.0"
10
CONFIG_PATH = "v1.0-config.json"
11
-GCS_DEFAULT_URL = "gs://vo_adir_production_us_central1/release/"
12
-GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_production_us_central1/release/"
+GCS_DEFAULT_URL = "gs://vo_adir_release_us_central1/"
+GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_release_us_central1/"
13
GCS_REGION_URLS = {
14
- "us-central1": "gs://vo_adir_production_us_central1",
+ "us-central1": "gs://vo_adir_release_us_central1",
15
}
16
17
TAXON_PALETTE = px.colors.qualitative.Plotly
0 commit comments