We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0993d82 commit 8de60c3Copy full SHA for 8de60c3
1 file changed
malariagen_data/anoph/hap_freq.py
@@ -96,7 +96,7 @@ def haplotypes_frequencies(
96
cohorts_iterator = self._progress(
97
coh_dict.items(), desc="Compute allele frequencies"
98
)
99
- hap_track: dict[int, int] = {}
+ hap_track: dict[np.int64, int] = {}
100
for coh, loc_coh in cohorts_iterator:
101
hap_track = {k: 0 for k in hap_track.keys()}
102
n_samples = np.count_nonzero(loc_coh)
0 commit comments