Skip to content

Commit a208e9c

Browse files
committed
update GRCh38 browser gene model path
1 parent 2137d57 commit a208e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnomad/resources/grch38/gnomad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def _public_browser_gene_ht_path() -> str:
467467
468468
:return: Path to browser gene Table.
469469
"""
470-
return "gs://gnomad-public-requester-pays/resources/grch38/browser/gnomad.genes.GRCh38.GENCODEv39.pext.ht"
470+
return "gs://gnomad-public-requester-pays/resources/grch38/browser/gnomad.genes.GRCh38.GENCODEv39.pext.flags.ht"
471471

472472

473473
def public_release(data_type: str) -> VersionedTableResource:

0 commit comments

Comments
 (0)