We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73ae392 + 19f197a commit 33b8535Copy full SHA for 33b8535
malariagen_data/anoph/h12.py
@@ -309,7 +309,7 @@ def h12_gwss(
309
) -> Tuple[np.ndarray, np.ndarray, np.ndarray]:
310
# Change this name if you ever change the behaviour of this function, to
311
# invalidate any previously cached data.
312
- name = "h12_gwss_contig_v1"
+ name = "h12_gwss_v2"
313
314
params = dict(
315
contig=contig,
malariagen_data/anoph/h1x.py
@@ -131,7 +131,7 @@ def h1x_gwss(
131
132
133
134
- name = "h1x_gwss_contig_v1"
+ name = "h1x_gwss_v2"
135
136
137
0 commit comments