Skip to content

Commit c71a6e9

Browse files
committed
fixed
1 parent 71c0b23 commit c71a6e9

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

malariagen_data/adir1.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ class Adir1(AnophelesDataResource):
7171
7272
"""
7373

74+
_xpehh_gwss_cache_name = "adir1_xpehh_gwss_v1"
75+
_ihs_gwss_cache_name = "adir1_ihs_gwss_v1"
76+
_roh_hmm_cache_name = "adir1_roh_hmm_v1"
77+
7478
def __init__(
7579
self,
7680
url=None,

malariagen_data/af1.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ class Af1(AnophelesDataResource):
7373
7474
"""
7575

76-
_xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
77-
_ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
76+
_xpehh_gwss_cache_name = "af1_xpehh_gwss_v1"
77+
_ihs_gwss_cache_name = "af1_ihs_gwss_v1"
78+
_roh_hmm_cache_name = "af1_roh_hmm_v1"
7879

7980
def __init__(
8081
self,

malariagen_data/ag3.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ class Ag3(AnophelesDataResource):
143143
144144
"""
145145

146-
_xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
147-
_ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
146+
_xpehh_gwss_cache_name = "ag3_xpehh_gwss_v1"
147+
_ihs_gwss_cache_name = "ag3_ihs_gwss_v1"
148+
_roh_hmm_cache_name = "ag3_roh_hmm_v1"
148149

149150
def __init__(
150151
self,

malariagen_data/amin1.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ class Amin1(AnophelesDataResource):
7171
7272
"""
7373

74-
# _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
75-
# _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
74+
_xpehh_gwss_cache_name = "amin1_xpehh_gwss_v1"
75+
_ihs_gwss_cache_name = "amin1_ihs_gwss_v1"
76+
_roh_hmm_cache_name = "amin1_roh_hmm_v1"
7677

7778
def __init__(
7879
self,

0 commit comments

Comments
 (0)