diff --git a/setup.cfg b/setup.cfg index fb96079..31110e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = ga4gh.gks.metaschema -version = 0.3.0b10 author = Alex Wagner, PhD author_email = Alex.Wagner@nationwidechildrens.org description = GA4GH Genomic Knowledge Standards meta-schema tools diff --git a/tests/data/gnomAD/json/GnomadCAF b/tests/data/gnomAD/json/GnomadCAF index ffd28fa..313a0d4 100644 --- a/tests/data/gnomAD/json/GnomadCAF +++ b/tests/data/gnomAD/json/GnomadCAF @@ -4,32 +4,6 @@ "title": "GnomadCAF", "type": "object", "$defs": { - "GrpMaxFAF95": { - "description": "The group maximum filtering allele frequency at 95% CI", - "protectedClassOf": "GnomadCAF", - "type": "object", - "maturity": "draft", - "properties": { - "frequency": { - "type": "number" - }, - "confidenceInterval": { - "type": "number", - "const": 0.95, - "default": 0.95 - }, - "groupId": { - "type": "string", - "description": "The genetic ancestry group from which the max frequency was calculated." - } - }, - "required": [ - "confidenceInterval", - "frequency", - "groupId" - ], - "additionalProperties": false - }, "GnomadCafProperties": { "description": "Additional properties specific to the gnomAD CAF model.", "protectedClassOf": "GnomadCAF", @@ -101,6 +75,32 @@ } }, "required": [] + }, + "GrpMaxFAF95": { + "description": "The group maximum filtering allele frequency at 95% CI", + "protectedClassOf": "GnomadCAF", + "type": "object", + "maturity": "draft", + "properties": { + "frequency": { + "type": "number" + }, + "confidenceInterval": { + "type": "number", + "const": 0.95, + "default": 0.95 + }, + "groupId": { + "type": "string", + "description": "The genetic ancestry group from which the max frequency was calculated." + } + }, + "required": [ + "confidenceInterval", + "frequency", + "groupId" + ], + "additionalProperties": false } }, "maturity": "draft",