Skip to content

Commit 7e6f1d4

Browse files
authored
Merge pull request #996 from rehanxt5/GH995-fix-sample-query-options-forwarding-in-pairwise-average-fst
Forward sample_query_options in pairwise_average_fst (closes #995)
2 parents c6a63ee + 9dafe2e commit 7e6f1d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

malariagen_data/anoph/fst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ def pairwise_average_fst(
477477
cohort1_query=cohort_queries[i],
478478
cohort2_query=cohort_queries[j],
479479
sample_sets=sample_sets,
480+
sample_query_options=sample_query_options,
480481
cohort_size=cohort_size,
481482
min_cohort_size=min_cohort_size,
482483
max_cohort_size=max_cohort_size,

0 commit comments

Comments
 (0)