File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def hardy_weinberg_test(
137
137
genotype_count : Optional [Hashable ] = variables .variant_genotype_count ,
138
138
ploidy : Optional [int ] = None ,
139
139
alleles : Optional [int ] = None ,
140
- merge : bool = True
140
+ merge : bool = True ,
141
141
) -> Dataset :
142
142
"""Exact test for HWE as described in Wigginton et al. 2005 [1].
143
143
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def pc_relate(
39
39
call_genotype : Hashable = variables .call_genotype ,
40
40
call_genotype_mask : Hashable = variables .call_genotype_mask ,
41
41
sample_pc : Hashable = variables .sample_pca_projection ,
42
- merge : bool = True
42
+ merge : bool = True ,
43
43
) -> xr .Dataset :
44
44
"""Compute PC-Relate as described in Conomos, et al. 2016 [1].
45
45
You can’t perform that action at this time.
0 commit comments