Skip to content

Commit d4f06bf

Browse files
committed
Fix alleles dimension in GWAS tutorial schema
1 parent 3cae0f6 commit d4f06bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/1kg.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"dimensions": [
210210
"variants",
211211
"samples",
212-
"FORMAT_AD_dim"
212+
"alleles"
213213
],
214214
"description": "",
215215
"vcf_field": "FORMAT/AD",

0 commit comments

Comments
 (0)