You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just FYI, while trying to set up VIBRANT, I kept getting ftp timeout errors for the KEGG database download.
The link in VIBRANT_setup.py is: ftp://ftp.genome.jp/pub/db/kofam/archives/2019-08-10/profiles.tar.gz.
As far as I can tell, the link should (?now) be: https://www.genome.jp/ftp/db/kofam/archives/2019-08-10/profiles.tar.gz.
(I know https vs ftp is one matter, but I think changing '/pub/' to '/ftp/' might be a necessary step?)
The setup python script worked for me after changing the links in the wget 'section' (ll. 70 - 101) to:
Hi,
Just FYI, while trying to set up VIBRANT, I kept getting ftp timeout errors for the KEGG database download.
The link in
VIBRANT_setup.py
is:ftp://ftp.genome.jp/pub/db/kofam/archives/2019-08-10/profiles.tar.gz
.As far as I can tell, the link should (?now) be:
https://www.genome.jp/ftp/db/kofam/archives/2019-08-10/profiles.tar.gz
.(I know https vs ftp is one matter, but I think changing '/pub/' to '/ftp/' might be a necessary step?)
The setup python script worked for me after changing the links in the wget 'section' (ll. 70 - 101) to:
Apologies if this is just a 'me' - posting in case it's useful.
The text was updated successfully, but these errors were encountered: