@@ -181,19 +181,19 @@ def test_write_remapped_and_subsetted_callset_task_failed_some_family_checks(
181
181
ploidy_check = {
182
182
'234_1' : hl .Struct (
183
183
samples = ['NA19678_1' ],
184
- reasons = "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA19678_1']" ,
184
+ reasons = "Found samples with misaligned ploidy with their provided imputed sex: ['NA19678_1']" ,
185
185
),
186
186
'567_1' : hl .Struct (
187
187
samples = ['NA20872_1' ],
188
- reasons = "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20872_1']" ,
188
+ reasons = "Found samples with misaligned ploidy with their provided imputed sex: ['NA20872_1']" ,
189
189
),
190
190
'bcd_1' : hl .Struct (
191
191
samples = ['NA20878_1' ],
192
- reasons = "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20878_1']" ,
192
+ reasons = "Found samples with misaligned ploidy with their provided imputed sex: ['NA20878_1']" ,
193
193
),
194
194
'cde_1' : hl .Struct (
195
195
samples = ['NA20881_1' ],
196
- reasons = "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20881_1']" ,
196
+ reasons = "Found samples with misaligned ploidy with their provided imputed sex: ['NA20881_1']" ,
197
197
),
198
198
},
199
199
),
@@ -300,19 +300,19 @@ def test_write_remapped_and_subsetted_callset_task_all_families_failed(
300
300
'ploidy_check' : {
301
301
'cde_1' : {
302
302
'samples' : ['NA20881_1' ],
303
- 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20881_1']" ,
303
+ 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex: ['NA20881_1']" ,
304
304
},
305
305
'234_1' : {
306
306
'samples' : ['NA19678_1' ],
307
- 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA19678_1']" ,
307
+ 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex: ['NA19678_1']" ,
308
308
},
309
309
'bcd_1' : {
310
310
'samples' : ['NA20878_1' ],
311
- 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20878_1']" ,
311
+ 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex: ['NA20878_1']" ,
312
312
},
313
313
'567_1' : {
314
314
'samples' : ['NA20872_1' ],
315
- 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex (first 10, if applicable) : ['NA20872_1']" ,
315
+ 'reasons' : "Found samples with misaligned ploidy with their provided imputed sex: ['NA20872_1']" ,
316
316
},
317
317
},
318
318
},
0 commit comments