We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a7577e commit fb9c70fCopy full SHA for fb9c70f
1 file changed
malariagen_data/anoph/snp_frq.py
@@ -681,6 +681,7 @@ def aa_allele_frequencies_advanced(
681
ci_method: Optional[frq_params.ci_method] = "wilson",
682
chunks: base_params.chunks = base_params.native_chunks,
683
inline_array: base_params.inline_array = base_params.inline_array_default,
684
+ taxon_by: frq_params.taxon_by = frq_params.taxon_by_default,
685
) -> xr.Dataset:
686
# Begin by computing SNP allele frequencies.
687
ds_snp_frq = self.snp_allele_frequencies_advanced(
@@ -698,6 +699,7 @@ def aa_allele_frequencies_advanced(
698
699
ci_method=None, # we will recompute confidence intervals later
700
chunks=chunks,
701
inline_array=inline_array,
702
+ taxon_by=taxon_by,
703
)
704
705
# N.B., we need to worry about the possibility of the
0 commit comments