File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ def test_plot_diplotype_clustering_advanced(
128
128
dipclust_params = dict (
129
129
region = fixture .random_region_str (region_size = 5000 ),
130
130
sample_sets = [random .choice (all_sample_sets )],
131
+ heterozygosity = False ,
131
132
linkage_method = random .choice (linkage_methods ),
132
133
distance_metric = distance_metric ,
133
134
sample_query = random .choice (sample_queries ),
@@ -160,6 +161,7 @@ def test_plot_diplotype_clustering_advanced_with_transcript(
160
161
dipclust_params = dict (
161
162
region = contig ,
162
163
snp_transcripts = transcripts ,
164
+ heterozygosity = False ,
163
165
sample_sets = [random .choice (all_sample_sets )],
164
166
linkage_method = random .choice (linkage_methods ),
165
167
distance_metric = "cityblock" ,
@@ -191,6 +193,7 @@ def test_plot_diplotype_clustering_advanced_with_cnv_region(
191
193
dipclust_params = dict (
192
194
region = region ,
193
195
cnv_region = region ,
196
+ heterozygosity = False ,
194
197
sample_sets = [random .choice (all_sample_sets )],
195
198
linkage_method = random .choice (linkage_methods ),
196
199
distance_metric = "cityblock" ,
You can’t perform that action at this time.
0 commit comments