Skip to content

Commit

Permalink
New goldenpath url
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Feb 7, 2024
1 parent ec4caa3 commit a36bede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cooler/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def fetch_chromsizes(db: str, **kwargs) -> pd.Series:
"""
return read_chromsizes(
f"http://hgdownload.cse.ucsc.edu/goldenPath/{db}/database/chromInfo.txt.gz",
f"http://hgdownload.soe.ucsc.edu/goldenPath/{db}/database/chromInfo.txt.gz",
**kwargs,
)

Expand Down

0 comments on commit a36bede

Please sign in to comment.