bytedance / dplm

Official Implemetation of DPLM (ICML'24) - Diffusion Language Models Are Versatile Protein Learners
https://bytedance.github.io/dplm/
Apache License 2.0
76 stars 8 forks source link

403 Error When Downloading CATH Data in bash scripts/download_cath.sh #16

Closed biocuckooHXH closed 5 days ago

biocuckooHXH commented 3 weeks ago

I followed the instructions in your README.txt to run ByProt's bash scripts/download_cath.sh and successfully obtained the cath4.3 data using the following command: wget -r -nd -np https://dl.fbaipublicfiles.com/fair-esm/data/cath4.3_topologysplit_202206/chain_set.jsonl -P data/cath_4.3 However, I encountered a 403 Forbidden error when attempting to download the split.jsonl file with the command: wget -r -nd -np https://dl.fbaipublicfiles.com/fair-esm/data/cath4.3_topologysplit_202206/split.jsonl -P data/cath_4.3 Is there an alternative way to access this file or any updated links that should be used? Please provide guidance on how to resolve this issue. Thank you!

wxy-nlp commented 5 days ago

Hi @biocuckooHXH , Sorry for the late reply! You can access the cath_4.3 by downloading the cath_4.3.zip in this link and unzip it.