Skip to content

Commit

Permalink
feat: adding variant index primary key metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DSuveges committed Feb 28, 2025
1 parent e0fd6e8 commit 83d9e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gentropy/assets/schemas/variant_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"fields": [
{
"metadata": {
"description": "The unique identifier for the variant following schema: {chromosome}-{position}-{referenceAllele}-{alternateAllele}"
"description": "The unique identifier for the variant following schema: {chromosome}-{position}-{referenceAllele}-{alternateAllele}",
"isPrimaryKey": true
},
"name": "variantId",
"nullable": false,
Expand Down

0 comments on commit 83d9e44

Please sign in to comment.