Skip to content

Commit 16fc484

Browse files
committed
Moved the ploting functions which was more complex than expected
1 parent 0e8f12f commit 16fc484

4 files changed

Lines changed: 477 additions & 459 deletions

File tree

malariagen_data/anoph/cnv_frq.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
simple_xarray_concat,
2525
)
2626
from .cnv_data import AnophelesCnvData
27+
from .frq_funcs import AnophelesFrequency
2728
from .sample_metadata import locate_cohorts
2829

2930

30-
class AnophelesCnvFrequencyAnalysis(
31-
AnophelesCnvData,
32-
):
31+
class AnophelesCnvFrequencyAnalysis(AnophelesCnvData, AnophelesFrequency):
3332
def __init__(
3433
self,
3534
**kwargs,

0 commit comments

Comments
 (0)