Skip to content

Commit

Permalink
Update GWAS tutorial vcf2zarr schema to include 'variant_length' fiel…
Browse files Browse the repository at this point in the history
…d for indexing
  • Loading branch information
tomwhite committed Jan 14, 2025
1 parent 8f3703f commit 34ba02c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/examples/1kg.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,29 @@
},
"filters": []
},
{
"name": "variant_length",
"dtype": "i1",
"shape": [
10879
],
"chunks": [
10000
],
"dimensions": [
"variants"
],
"description": "The length of the variant measured in bases",
"vcf_field": "rlen",
"compressor": {
"id": "blosc",
"cname": "zstd",
"clevel": 7,
"shuffle": 0,
"blocksize": 0
},
"filters": []
},
{
"name": "call_AD",
"dtype": "i1",
Expand Down

0 comments on commit 34ba02c

Please sign in to comment.