PaddlePaddle / PaddleHelix

Bio-Computing Platform Featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Other
1.02k stars 225 forks source link

Regarding the download command issue #332

Open LUDENGZHEN opened 2 months ago

LUDENGZHEN commented 2 months ago

联想截图_20240829222311 This should be http, the original ftp server is unavailable.

LUDENGZHEN commented 2 months ago

After some investigation, I found that none of the FTP links are accessible. Personally, I think we should change FTP to HTTPS, and change ftp://ftp.wwpdb.org to https://files.rcsb.org. After making these changes, all the links are accessible.

RyanGarciaLI commented 2 months ago

Hi,

We have tested those links, and they are accessible. You may check your network connection or use https instead. Our accessibility test is as follows,

use wget

wget --spider ftp://ftp.wwpdb.org/pub/pdb/data/status/obsolete.dat
image

or use curl

curl -I ftp://ftp.wwpdb.org/pub/pdb/data/status/obsolete.dat
image