@@ -104,7 +104,6 @@ def _fst_gwss(
104104 )
105105 def fst_gwss (
106106 self ,
107- * ,
108107 contig : base_params .contig ,
109108 window_size : fst_params .window_size ,
110109 cohort1_query : base_params .sample_query ,
@@ -126,7 +125,7 @@ def fst_gwss(
126125 ) -> Tuple [np .ndarray , np .ndarray ]:
127126 # Change this name if you ever change the behaviour of this function, to
128127 # invalidate any previously cached data.
129- name = "fst_gwss_v3 "
128+ name = "fst_gwss_v2 "
130129
131130 params = dict (
132131 contig = contig ,
@@ -164,7 +163,6 @@ def fst_gwss(
164163 )
165164 def plot_fst_gwss_track (
166165 self ,
167- * ,
168166 contig : base_params .contig ,
169167 window_size : fst_params .window_size ,
170168 cohort1_query : base_params .sample_query ,
@@ -271,7 +269,6 @@ def plot_fst_gwss_track(
271269 )
272270 def plot_fst_gwss (
273271 self ,
274- * ,
275272 contig : base_params .contig ,
276273 window_size : fst_params .window_size ,
277274 cohort1_query : base_params .sample_query ,
@@ -358,7 +355,6 @@ def plot_fst_gwss(
358355 )
359356 def average_fst (
360357 self ,
361- * ,
362358 region : base_params .region ,
363359 cohort1_query : base_params .sample_query ,
364360 cohort2_query : base_params .sample_query ,
@@ -428,7 +424,6 @@ def average_fst(
428424 )
429425 def pairwise_average_fst (
430426 self ,
431- * ,
432427 region : base_params .region ,
433428 cohorts : base_params .cohorts ,
434429 sample_sets : Optional [base_params .sample_sets ] = None ,
0 commit comments