We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f699ad2 commit b9718bbCopy full SHA for b9718bb
1 file changed
malariagen_data/adar1.py
@@ -19,6 +19,10 @@
19
"darlingi": TAXON_PALETTE[0],
20
}
21
22
+XPEHH_GWSS_CACHE_NAME = "adar1_xpehh_gwss_v1"
23
+IHS_GWSS_CACHE_NAME = "adar1_ihs_gwss_v1"
24
+ROH_HMM_CACHE_NAME = "adar1_roh_hmm_v1"
25
+
26
27
class Adar1(AnophelesDataResource):
28
"""Provides access to data from Adar1.0 releases.
@@ -71,6 +75,10 @@ class Adar1(AnophelesDataResource):
71
75
72
76
"""
73
77
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
74
82
def __init__(
83
self,
84
url=None,
0 commit comments