-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): add browser gene tables update changelog entry
- Loading branch information
1 parent
626790d
commit 76fdc0f
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
content/changelog/2025-01-update-gnomad-browser-gene-model-hail-tables.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |