Skip to content

Commit 34ba02c

Browse files
committed
Update GWAS tutorial vcf2zarr schema to include 'variant_length' field for indexing
1 parent 8f3703f commit 34ba02c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/examples/1kg.schema.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,29 @@
13681368
},
13691369
"filters": []
13701370
},
1371+
{
1372+
"name": "variant_length",
1373+
"dtype": "i1",
1374+
"shape": [
1375+
10879
1376+
],
1377+
"chunks": [
1378+
10000
1379+
],
1380+
"dimensions": [
1381+
"variants"
1382+
],
1383+
"description": "The length of the variant measured in bases",
1384+
"vcf_field": "rlen",
1385+
"compressor": {
1386+
"id": "blosc",
1387+
"cname": "zstd",
1388+
"clevel": 7,
1389+
"shuffle": 0,
1390+
"blocksize": 0
1391+
},
1392+
"filters": []
1393+
},
13711394
{
13721395
"name": "call_AD",
13731396
"dtype": "i1",

0 commit comments

Comments
 (0)