RosettaCommons / RoseTTAFold

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

Error: Unrecognized HMM file format in '1507521083' #81

Open A-Talavera opened 3 years ago

A-Talavera commented 3 years ago

Hi, I am trying to run RoseTTAFold using the command line ../run_e2e_ver.sh input.fa e2e-test , but after some time I get the error shown bellow. Is it there a way to fix this issue? Thanks in advance. Ariel

From the file make_msa.stderr

grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-30.id90cov75.a3m: No such file or directory grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-30.id90cov50.a3m: No such file or directory

grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-10.id90cov75.a3m: No such file or directory grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-10.id90cov50.a3m: No such file or directory

grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-6.id90cov75.a3m: No such file or directory grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-6.id90cov50.a3m: No such file or directory

grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-3.id90cov75.a3m: No such file or directory grep: /data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000.1e-3.id90cov50.a3m: No such file or directory cp: cannot stat ‘/data/RosettaFold/RoseTTAFold/example/e2e-test/hhblits/t000_.1e-3.id90cov50.a3m’: No such file or directory

A-Talavera commented 3 years ago

The error came because the database was broken. I extracted it again and now the RoseTTAFold is running smoothly. Thanks.

RuiJoaoLoureiro2019 commented 2 years ago

Hi! I'm having the same problem but it was not solved by extracting the database again. Any hint on what could be wrong and how I can solve it? I'm trying to install and run RoseTTAFold in a HPC environment.

Thanks in advance. With kind regards, Rui João Loureiro

ragavishanmugam commented 8 months ago

We are running into the same error. @RuiJoaoLoureiro2019 : May i know if you had any luck in resolving this? Thank you.