File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "dirus" : TAXON_PALETTE [0 ],
2020}
2121
22+ XPEHH_GWSS_CACHE_NAME = "adir1_xpehh_gwss_v1"
23+ IHS_GWSS_CACHE_NAME = "adir1_ihs_gwss_v1"
24+ ROH_HMM_CACHE_NAME = "adir1_roh_hmm_v1"
25+
2226
2327class Adir1 (AnophelesDataResource ):
2428 """Provides access to data from Adir1.0 releases.
@@ -71,6 +75,10 @@ class Adir1(AnophelesDataResource):
7175
7276 """
7377
78+ _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
79+ _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
80+ _roh_hmm_cache_name = ROH_HMM_CACHE_NAME
81+
7482 def __init__ (
7583 self ,
7684 url = None ,
Original file line number Diff line number Diff line change 2121 "funestus" : TAXON_PALETTE [0 ],
2222}
2323
24+ XPEHH_GWSS_CACHE_NAME = "af1_xpehh_gwss_v1"
25+ IHS_GWSS_CACHE_NAME = "af1_ihs_gwss_v1"
26+ ROH_HMM_CACHE_NAME = "af1_roh_hmm_v1"
27+
2428
2529class Af1 (AnophelesDataResource ):
2630 """Provides access to data from Af1.x releases.
@@ -75,6 +79,7 @@ class Af1(AnophelesDataResource):
7579
7680 _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
7781 _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
82+ _roh_hmm_cache_name = ROH_HMM_CACHE_NAME
7883
7984 def __init__ (
8085 self ,
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ def _setup_aim_palettes():
9595 "aim_species" : "object" ,
9696}
9797
98+ XPEHH_GWSS_CACHE_NAME = "ag3_xpehh_gwss_v1"
99+ IHS_GWSS_CACHE_NAME = "ag3_ihs_gwss_v1"
100+ ROH_HMM_CACHE_NAME = "ag3_roh_hmm_v1"
101+
98102
99103class Ag3 (AnophelesDataResource ):
100104 """Provides access to data from Ag3.x releases.
@@ -153,6 +157,7 @@ class Ag3(AnophelesDataResource):
153157
154158 _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
155159 _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
160+ _roh_hmm_cache_name = ROH_HMM_CACHE_NAME
156161
157162 def __init__ (
158163 self ,
Original file line number Diff line number Diff line change 1919 "dirus" : TAXON_PALETTE [0 ],
2020}
2121
22+ XPEHH_GWSS_CACHE_NAME = "amin1_xpehh_gwss_v1"
23+ IHS_GWSS_CACHE_NAME = "amin1_ihs_gwss_v1"
24+ ROH_HMM_CACHE_NAME = "amin1_roh_hmm_v1"
25+
2226
2327class Amin1 (AnophelesDataResource ):
2428 """Provides access to data from Amin1.0 releases.
@@ -71,8 +75,9 @@ class Amin1(AnophelesDataResource):
7175
7276 """
7377
74- # _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
75- # _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
78+ _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
79+ _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
80+ _roh_hmm_cache_name = ROH_HMM_CACHE_NAME
7681
7782 def __init__ (
7883 self ,
You can’t perform that action at this time.
0 commit comments