Skip to content

Commit b9718bb

Browse files
Jon BrenasJon Brenas
authored andcommitted
Minor changes
1 parent f699ad2 commit b9718bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

malariagen_data/adar1.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"darlingi": TAXON_PALETTE[0],
2020
}
2121

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+
2226

2327
class Adar1(AnophelesDataResource):
2428
"""Provides access to data from Adar1.0 releases.
@@ -71,6 +75,10 @@ class Adar1(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,

0 commit comments

Comments
 (0)