Skip to content

Commit

Permalink
Remove allele from frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Oct 8, 2024
1 parent 4ce7b1d commit 18a4b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,13 +441,6 @@
},
"PopulationFrequency": {
"properties": {
"allele": {
"description": "Specific allele associated with the frequency.",
"examples": [
"A"
],
"type": "string"
},
"alleleFrequency": {
"description": "Allele frequency between 0 and 1.",
"examples": [
Expand Down Expand Up @@ -587,4 +580,4 @@
],
"title": "Genomic Variation",
"type": "object"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,6 @@ definitions:
description: Allele frequency between 0 and 1.
examples:
- 3.186e-05
allele:
type: string
description: Specific allele associated with the frequency.
examples:
- A
required:
- population
- alleleFrequency
Expand Down

0 comments on commit 18a4b7b

Please sign in to comment.