Skip to content

Commit 53a85e4

Browse files
add updated release path, change from 1.x to 1.0
1 parent 6fa3c63 commit 53a85e4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

malariagen_data/adir1.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
from .anopheles import AnophelesDataResource
77

88
MAJOR_VERSION_NUMBER = 1
9-
MAJOR_VERSION_PATH = "v1.x"
10-
CONFIG_PATH = "v1.x-config.json"
9+
MAJOR_VERSION_PATH = "v1.0"
10+
CONFIG_PATH = "v1.0-config.json"
1111
GCS_DEFAULT_URL = "gs://vo_adir_production_us_central1/"
12-
GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_production_us_central1/v1.x/staging"
12+
GCS_DEFAULT_PUBLIC_URL = "gs://vo_adir_production_us_central1/release/"
1313
GCS_REGION_URLS = {
1414
"us-central1": "gs://vo_adir_production_us_central1",
1515
}
16-
# XPEHH_GWSS_CACHE_NAME = "adir1_xpehh_gwss_v1"
17-
# IHS_GWSS_CACHE_NAME = "adir1_ihs_gwss_v1"
1816

1917
TAXON_PALETTE = px.colors.qualitative.Plotly
2018
TAXON_COLORS = {

0 commit comments

Comments
 (0)