Skip to content

Commit 7b96971

Browse files
committed
add anophFreqAnalysis class to hapclust
1 parent 95923d6 commit 7b96971

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

malariagen_data/anoph/hapclust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
dipclust_params,
1818
)
1919
from .snp_data import AnophelesSnpData
20-
from .snp_frq import AA_CHANGE_QUERY, _make_snp_label_effect
20+
from .snp_frq import AnophelesFrequencyAnalysis, AA_CHANGE_QUERY, _make_snp_label_effect
2121
from .hap_data import AnophelesHapData
2222

2323

24-
class AnophelesHapClustAnalysis(AnophelesHapData, AnophelesSnpData):
24+
class AnophelesHapClustAnalysis(AnophelesHapData, AnophelesSnpData, AnophelesFrequencyAnalysis):
2525
def __init__(
2626
self,
2727
**kwargs,

0 commit comments

Comments
 (0)