Latest database download issue

I have tried to download different databases into our HPC using both humann v3.0.0.alpha.4 and humann v3.6.1 for many days now and I encounter the same error regardless which Humann version I am using or what database I am trying to download. I am particularly interested in downloading the latest ChocoPhlAn database v201901_v31

The codes I have tried using to download the databases are:

$ humann_databases --download chocophlan full <DIRECTORY> --update-config yes

$ humann_databases --download chocophlan full <DIRECTORY>

The error message I get every time is:

CRITICAL ERROR: Unable to download and extract from URL: http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz

When I try to download the databases using “wget” the time to download says it would take over 144 days and increasing and eventually the connection breaks.

wget --tries=10 http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz

I noticed that this issue has been reported in the past for previous versions of databases here. Someone in that post noted that it can be an “intermittent issue with the server” but I have been trying for days and at many different times with no success. The only solution was that someone uploaded the databases full_chocophlan.v296_201901.tar.gz and uniref90_annotated_v201901.tar.gz to the dropbox and that way people could download them using “wget” with no issues (including myself). However, I am now trying to download the latest ChocoPhlAn database v201901_v31 through the commands stated above without success.

Can someone upload these databases in a dropbox so users can access them? Or is there another solution to avoid the issue with the server and have the regular commands within humann work?

Hello, Sorry to hear you are having issues with the downloads. I just checked and the server is up and running. We have not had any recent issues. Would you please try again and see if you can download the databases?

Thank you,
Lauren

Hi, I received the same error today.

humann_databases --download chocophlan full .
Download URL: http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz
CRITICAL ERROR: Unable to download and extract from URL: http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_
v31.tar.gz

wget --tries=10 http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz
–2024-02-13 13:49:21-- http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz
Resolving huttenhower.sph.harvard.edu (huttenhower.sph.harvard.edu)… 199.94.60.28
Connecting to huttenhower.sph.harvard.edu (huttenhower.sph.harvard.edu)|199.94.60.28|:80… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz [following]
–2024-02-13 13:49:21-- https://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz
Connecting to huttenhower.sph.harvard.edu (huttenhower.sph.harvard.edu)|199.94.60.28|:443… connected.
Unable to establish SSL connection.

1 Like

Hi,

I seem to been having the same issue since yesterday. Are your severs down?

humann_databases --download chocophlan full /projects/0/gusr0506/goncalo/databases/HUMAnN --update-config yes
Creating subdirectory to install database: /projects/0/gusr0506/goncalo/databases/HUMAnN/chocophlan
Download URL: http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz
CRITICAL ERROR: Unable to download and extract from URL: http://huttenhower.sph.harvard.edu/humann_data/chocophlan/full_chocophlan.v201901_v31.tar.gz

I also noticed that when I visit the huttenhower lab page I get a invalid certificate warning:

Your connection is not private

Attackers might be trying to steal your information from huttenhower.sph.harvard.edu (for example, passwords, messages, or credit cards). Learn more

NET::ERR_CERT_DATE_INVALID

1 Like