Skip to content

Commit

Permalink
update CAF JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Oct 20, 2023
1 parent af5b573 commit 315e49f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.SUFFIXES:
.DELETE_ON_ERROR:

JSYAMLS:=annotation.yaml varstatement.yaml
JSYAMLS:=annotation.yaml varstatement.yaml cohortAlleleFreq.yaml
JSONS:=${JSYAMLS:.yaml=.json}

all: ${JSONS} defs
Expand Down
24 changes: 21 additions & 3 deletions schema/cohortAlleleFreq.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,29 @@
"homozygotes": {
"type": "integer"
},
"meanDepth": {
"type": "number"
"hemizygotes": {
"type": "integer"
}
},
"additonalProperties": false
"additionalProperties": false
},
"qualityMeasures": {
"meanDepth": {
"type": "number"
},
"qcFilters": {
"type": "array",
"items": {
"type": "string"
}
},
"lowComplexityRegion": {
"type": "boolean"
},
"heterozygousSkewedAlleleCount": {
"description": "The count of individuals called as heterozygous for this variant with a skewed allele balance, indicating some of these individuals may be miscalled homozygous alternative allele.",
"type": "integer"
}
},
"subcohortFrequency": {
"type": "array",
Expand Down

0 comments on commit 315e49f

Please sign in to comment.