Skip to content

Commit c7f3141

Browse files
committed
Forgot to add a file.
1 parent 5870a35 commit c7f3141

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

malariagen_data/anopheles.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
from .anoph.cnv_data import AnophelesCnvData
4141
from .anoph.genome_features import AnophelesGenomeFeaturesData
4242
from .anoph.genome_sequence import AnophelesGenomeSequenceData
43-
from .anoph.hap_data import AnophelesHapData, hap_params
43+
from .anoph.hap_data import hap_params
44+
from .anoph.hap_freq import AnophelesHapFrequencyAnalysis
4445
from .anoph.igv import AnophelesIgv
4546
from .anoph.pca import AnophelesPca
4647
from .anoph.distance import AnophelesDistanceAnalysis
@@ -102,7 +103,7 @@ class AnophelesDataResource(
102103
AnophelesPca,
103104
AnophelesIgv,
104105
AnophelesAimData,
105-
AnophelesHapData,
106+
AnophelesHapFrequencyAnalysis,
106107
AnophelesSnpData,
107108
AnophelesCnvData,
108109
AnophelesSampleMetadata,

0 commit comments

Comments
 (0)