Skip to content
Merged
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
2 changes: 1 addition & 1 deletion gnomad/resources/grch38/gnomad.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def _public_browser_gene_ht_path() -> str:

:return: Path to browser gene Table.
"""
return "gs://gnomad-public-requester-pays/resources/grch38/browser/gnomad.genes.GRCh38.GENCODEv39.pext.ht"
return "gs://gnomad-public-requester-pays/resources/grch38/browser/gnomad.genes.GRCh38.GENCODEv39.pext.flags.ht"


def public_release(data_type: str) -> VersionedTableResource:
Expand Down
Loading