Skip to content

Commit

Permalink
Merge pull request #271 from pamonlan/master
Browse files Browse the repository at this point in the history
Update ensembl link to download file
  • Loading branch information
timodonnell authored Nov 25, 2022
2 parents 987a299 + c298b9d commit 7aeef3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyensembl/ensembl_url_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
For example, the human chromosomal DNA sequences for release 78 are in:
ftp://ftp.ensembl.org/pub/release-78/fasta/homo_sapiens/dna/
https://ftp.ensembl.org/pub/release-78/fasta/homo_sapiens/dna/
"""

from .species import Species, find_species_by_name
from .ensembl_release_versions import check_release_number

ENSEMBL_FTP_SERVER = "ftp://ftp.ensembl.org"
ENSEMBL_FTP_SERVER = "https://ftp.ensembl.org"

# Example directories
# FASTA files: /pub/release-78/fasta/homo_sapiens/
Expand Down

0 comments on commit 7aeef3d

Please sign in to comment.