@@ -340,7 +340,7 @@ def test_variant_contig(self, schema):
340
340
"dimensions" : ("variants" ,),
341
341
"description" : "An identifier from the reference genome or an "
342
342
"angle-bracketed ID string pointing to a contig in the assembly file" ,
343
- "vcf_field " : None ,
343
+ "source " : None ,
344
344
"compressor" : {
345
345
"id" : "blosc" ,
346
346
"cname" : "zstd" ,
@@ -359,7 +359,7 @@ def test_call_genotype(self, schema):
359
359
"chunks" : (1000 , 10000 , 2 ),
360
360
"dimensions" : ("variants" , "samples" , "ploidy" ),
361
361
"description" : "" ,
362
- "vcf_field " : None ,
362
+ "source " : None ,
363
363
"compressor" : {
364
364
"id" : "blosc" ,
365
365
"cname" : "zstd" ,
@@ -378,7 +378,7 @@ def test_call_genotype_mask(self, schema):
378
378
"chunks" : (1000 , 10000 , 2 ),
379
379
"dimensions" : ("variants" , "samples" , "ploidy" ),
380
380
"description" : "" ,
381
- "vcf_field " : None ,
381
+ "source " : None ,
382
382
"compressor" : {
383
383
"id" : "blosc" ,
384
384
"cname" : "zstd" ,
@@ -397,7 +397,7 @@ def test_call_genotype_phased(self, schema):
397
397
"chunks" : (1000 , 10000 , 2 ),
398
398
"dimensions" : ("variants" , "samples" , "ploidy" ),
399
399
"description" : "" ,
400
- "vcf_field " : None ,
400
+ "source " : None ,
401
401
"compressor" : {
402
402
"id" : "blosc" ,
403
403
"cname" : "zstd" ,
@@ -416,7 +416,7 @@ def test_call_GQ(self, schema):
416
416
"chunks" : (1000 , 10000 ),
417
417
"dimensions" : ("variants" , "samples" ),
418
418
"description" : "Genotype Quality" ,
419
- "vcf_field " : "FORMAT/GQ" ,
419
+ "source " : "FORMAT/GQ" ,
420
420
"compressor" : {
421
421
"id" : "blosc" ,
422
422
"cname" : "zstd" ,
@@ -437,6 +437,7 @@ def test_differences(self, schema, local_alleles_schema):
437
437
def test_call_LA (self , local_alleles_schema ):
438
438
d = get_field_dict (local_alleles_schema , "call_LA" )
439
439
assert d == {
440
+ "source" : None ,
440
441
"name" : "call_LA" ,
441
442
"dtype" : "i1" ,
442
443
"shape" : (9 , 3 , 2 ),
@@ -446,7 +447,6 @@ def test_call_LA(self, local_alleles_schema):
446
447
"0-based indices into REF+ALT, indicating which alleles"
447
448
" are relevant (local) for the current sample"
448
449
),
449
- "vcf_field" : None ,
450
450
"compressor" : {
451
451
"id" : "blosc" ,
452
452
"cname" : "zstd" ,
0 commit comments