We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa3c63 commit 53a85e4Copy full SHA for 53a85e4
1 file changed
malariagen_data/adir1.py
@@ -6,15 +6,13 @@
6
from .anopheles import AnophelesDataResource
7
8
MAJOR_VERSION_NUMBER = 1
9
-MAJOR_VERSION_PATH = "v1.x"
10
-CONFIG_PATH = "v1.x-config.json"
+MAJOR_VERSION_PATH = "v1.0"
+CONFIG_PATH = "v1.0-config.json"
11
GCS_DEFAULT_URL = "gs://vo_adir_production_us_central1/"
12
-GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_production_us_central1/v1.x/staging"
+GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_production_us_central1/release/"
13
GCS_REGION_URLS = {
14
"us-central1": "gs://vo_adir_production_us_central1",
15
}
16
-# XPEHH_GWSS_CACHE_NAME = "adir1_xpehh_gwss_v1"
17
-# IHS_GWSS_CACHE_NAME = "adir1_ihs_gwss_v1"
18
19
TAXON_PALETTE = px.colors.qualitative.Plotly
20
TAXON_COLORS = {
0 commit comments