Skip to content

Commit

Permalink
fix 2 more aggs that should be ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jul 7, 2021
1 parent eb88fc0 commit 3bffbe7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/encoded/schemas/variant_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,8 @@
},
"variant.csq_gnomadg_nhomalt": {
"title": "Homozygous Count (v3)",
"aggregation_type": "stats",
"aggregation_type": "range",
"hide_facet_counts": true,
"number_step": 1,
"order": 21,
"ranges": [
Expand Down Expand Up @@ -1467,7 +1468,8 @@
},
"variant.csq_gnomade2_nhomalt": {
"title": "Homozygous Count (v2)",
"aggregation_type": "stats",
"aggregation_type": "range",
"hide_facet_counts": true,
"number_step": 1,
"order": 33,
"ranges": [
Expand Down

0 comments on commit 3bffbe7

Please sign in to comment.