We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316582 commit f49ed49Copy full SHA for f49ed49
1 file changed
malariagen_data/anoph/g123.py
@@ -170,7 +170,7 @@ def g123_gwss(
170
) -> Tuple[np.ndarray, np.ndarray]:
171
# Change this name if you ever change the behaviour of this function, to
172
# invalidate any previously cached data.
173
- name = "g123_gwss_v1"
+ name = "g123_gwss_v2"
174
175
valid_sites = self.phasing_analysis_ids + ("all", "segregating")
176
if sites not in valid_sites:
@@ -181,7 +181,7 @@ def g123_gwss(
181
params = dict(
182
contig=contig,
183
sites=sites,
184
- site_mask=site_mask,
+ site_mask=self._prep_optional_site_mask_param(site_mask=site_mask),
185
window_size=window_size,
186
sample_sets=self._prep_sample_sets_param(sample_sets=sample_sets),
187
# N.B., do not be tempted to convert this sample query into integer
0 commit comments