Skip to content

Commit

Permalink
temporary fix for request url
Browse files Browse the repository at this point in the history
  • Loading branch information
mygene_hub committed Aug 8, 2023
1 parent aeca76a commit fe1bbdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hub/dataload/sources/ensembl/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ class EnsemblBioMart(GenericBioMart):

# used to get latest release number & list of available species
ENSEMBL_FTP_HOST = "ftp.ensembl.org"
MART_URL = "http://uswest.ensembl.org/biomart/martservice"

MART_URL = "http://useast.ensembl.org/biomart/martservice"
RELEASE_FOLDER = '/pub'
RELEASE_PREFIX = '/pub/release-'

Expand Down

0 comments on commit fe1bbdd

Please sign in to comment.