Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add browser gene tables update changelog entry #180

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
statuses: 'write'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
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-16
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.
rileyhgrant marked this conversation as resolved.
Show resolved Hide resolved

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.
rileyhgrant marked this conversation as resolved.
Show resolved Hide resolved

To download these tables, visit our [downloads page](http://gnomad.broadinstitute.org/downloads#v4-browser-tables).
Loading