changeset 34:66e4d57f11c9 draft

Uploaded
author glogobyte
date Thu, 02 Dec 2021 14:12:59 +0000
parents 77ba8dde6fb7
children 293aa8cbbc20
files mirbase_functions.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mirbase_functions.py	Fri Oct 22 19:34:27 2021 +0000
+++ b/mirbase_functions.py	Thu Dec 02 14:12:59 2021 +0000
@@ -690,7 +690,7 @@
 
 def download_matures(matures,org_name):
 
-    url = 'ftp://mirbase.org/pub/mirbase/CURRENT/mature.fa.gz'
+    url = 'https://www.mirbase.org/ftp/CURRENT/mature.fa.gz'
     data = urllib.request.urlopen(url).read()
     file_mirna = gzip.decompress(data).decode('utf-8')
     file_mirna = file_mirna.split("\n")