Skip to content

Commit

Permalink
update UCSC base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Feb 8, 2024
1 parent bf0416a commit 37ffae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioframe/io/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def fetch_centromeres(db: str, provider: str = "local") -> pd.DataFrame:


class UCSCClient:
BASE_URL = "http://hgdownload.cse.ucsc.edu/"
BASE_URL = "https://hgdownload.soe.ucsc.edu/"

def __init__(self, db: str):
self._db = db
Expand Down

0 comments on commit 37ffae6

Please sign in to comment.