From f6c1e428a95a39331b87c521a4141df8bfd9fdc7 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 8 Oct 2022 17:17:54 -0500 Subject: Update link to public datasets --- doc/GUIX-archive.org | 2 +- wqflask/wqflask/db_info.py | 2 +- wqflask/wqflask/templates/base.html | 2 +- wqflask/wqflask/templates/info_page.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/GUIX-archive.org b/doc/GUIX-archive.org index 67ab5cd0..a2aeb35c 100644 --- a/doc/GUIX-archive.org +++ b/doc/GUIX-archive.org @@ -50,7 +50,7 @@ and you should be able to use this directly, e.g. Find the archive on - http://files.genenetwork.org/software/ +=> https://files.genenetwork.org/software/ download and install with diff --git a/wqflask/wqflask/db_info.py b/wqflask/wqflask/db_info.py index d7ed3b9e..376ce14c 100644 --- a/wqflask/wqflask/db_info.py +++ b/wqflask/wqflask/db_info.py @@ -63,7 +63,7 @@ class InfoPage: self.filelist = [] try: response = urllib.request.urlopen( - "http://datafiles.genenetwork.org/download/GN%s" % self.gn_accession_id) + "https://files.genenetwork.org/current/GN%s" % self.gn_accession_id) data = response.read() matches = re.findall(r".+?", data, re.DOTALL) diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index d0201bdb..6bae5e9e 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -88,7 +88,7 @@
  • Genome Browser
  • BXD Power Calculator
  • Jupyter Notebooks
  • -
  • Interplanetary File System
  • +
  • Public Datasets
  • {% if g.user_session %} diff --git a/wqflask/wqflask/templates/info_page.html b/wqflask/wqflask/templates/info_page.html index d8b7d74c..91d34573 100644 --- a/wqflask/wqflask/templates/info_page.html +++ b/wqflask/wqflask/templates/info_page.html @@ -46,7 +46,7 @@ @@ -89,4 +89,4 @@

    -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3