Skip to content

Commit d0e10af

Browse files
committed
Reinstate default taxon_by from prep_samples_for_cohort_grouping() used by haplotypes_frequencies_advanced()
1 parent 530d6a2 commit d0e10af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

malariagen_data/util.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,9 @@ def _karyotype_tags_n_alt(gt, alts, inversion_alts):
16121612
return inv_n_alt
16131613

16141614

1615-
def prep_samples_for_cohort_grouping(*, df_samples, area_by, period_by, taxon_by):
1615+
def prep_samples_for_cohort_grouping(
1616+
*, df_samples, area_by, period_by, taxon_by="taxon"
1617+
):
16161618
# Take a copy, as we will modify the dataframe.
16171619
df_samples = df_samples.copy()
16181620

0 commit comments

Comments
 (0)