We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3703f commit 34ba02cCopy full SHA for 34ba02c
docs/examples/1kg.schema.json
@@ -1368,6 +1368,29 @@
1368
},
1369
"filters": []
1370
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
1394
{
1395
"name": "call_AD",
1396
"dtype": "i1",
0 commit comments