RosettaCommons / RoseTTAFold

This package contains deep learning models and related scripts for RoseTTAFold
MIT License
2.04k stars 440 forks source link

Can't download lddt file #143

Open rescuz opened 10 months ago

rescuz commented 10 months ago

Hello, when I use this command "wget https://openstructure.org/static/lddt-${platform}.zip -O lddt.zip", I failed, and I find that the link is non-existed. Could you help me? Many thanks!

simonkim1347 commented 10 months ago

${platform} indicates your OS type. if you use linux, try lddt-linux.zip instead

rescuz commented 10 months ago

@simonkim1347 , thanks for your advice. my system is Linux, and I used "wget https://openstructure.org/static/lddt-linux.zip -O lddt.zip". However, it is still failed, the error information is attached below. "已发出 HTTP 请求,正在等待回应... 404 Not Found 2024-01-05 11:05:18 错误 404:Not Found。

Archive: lddt.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of lddt.zip or lddt.zip.zip, and cannot find lddt.zip.ZIP, period."

simonkim1347 commented 10 months ago

Wow... they may removed repository... However, I found that conda installation is possible. "conda install bioconda::lddt". you may change directory to YOUR/RoseTTAFold_DIR/lddt/. By the way, in my case, there are only two files under lddt DIR. lddt executable and stereo_chemical_props.txt

rescuz commented 10 months ago

Good, thank you very much!