From 76fdc0fc05710e76e382043fbf5a7a497e1a4a72 Mon Sep 17 00:00:00 2001 From: Riley Grant Date: Tue, 14 Jan 2025 12:22:05 -0600 Subject: [PATCH] feat(frontend): add browser gene tables update changelog entry --- ...01-update-gnomad-browser-gene-model-hail-tables.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/changelog/2025-01-update-gnomad-browser-gene-model-hail-tables.md diff --git a/content/changelog/2025-01-update-gnomad-browser-gene-model-hail-tables.md b/content/changelog/2025-01-update-gnomad-browser-gene-model-hail-tables.md new file mode 100644 index 0000000..ab9cd54 --- /dev/null +++ b/content/changelog/2025-01-update-gnomad-browser-gene-model-hail-tables.md @@ -0,0 +1,11 @@ +--- +title: Update gnomAD browser gene model Hail Tables +date: 2025-01-15 +order: 1 +--- + +The gnomAD browser gene model Hail Tables that were previously released have been updated. The tables have been repartitioned from 2,000 to 100 partitions, this smaller amount of paritions is more appropriate for the size of these tables, which should improve efficiency when using them in computations. Futher, the GRCh38 gene model table now includes GTEx and pext data, and the structure of the GTEx and pext data has changed from the previous struct, to an array. + +For more information about these tables, please refer to our [help text](http://gnomad.broadinstitute.org/help/v4-browser-hts) on the browser release tables. + +To download these tables, visit our [downloads page](http://gnomad.broadinstitute.org/downloads#v4-browser-tables).