baker-laboratory / RoseTTAFold-All-Atom

Other
653 stars 118 forks source link

Error in the protein example #32

Open ILUT1 opened 8 months ago

ILUT1 commented 8 months ago

I already solved problem #17 about UniRef30 database. (by changing folder name UniRef30 into uniclust and changing UniRef30_2021_06 into UniRef30_2020_06 in make_msa.sh)

However, I got another error while running the protein example.

$ ~/mambaforge/envs/RFAA/bin/python -m rf2aa.run_inference --config-name protein ~/mambaforge/envs/RFAA/lib/python3.10/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'protein': Defaults list is missing _self_. See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/default_composition_order for more information warnings.warn(msg, UserWarning) Using the cif atom ordering for TRP. ./make_msa.sh examples/protein/7u7w_A.fasta 7u7w_protein/A 4 64 pdb100_2021Mar03/pdb100_2021Mar03 Predicting: 100%|█████████████████████████████████████████████████| 1/1 [00:00<00:00, 2.90sequences/s] Running HHblits against UniRef30 with E-value cutoff 1e-10

Running PSIPRED Running hhsearch cat: 7u7wprotein/A/t000.ss2: No such file or directory

Should I modify other things?

cyangNYU commented 8 months ago

Take a look at your input_prep/make_ss.sh file, check if it is executable. If not, chmod +x input_prep/make_ss.sh.

gzlabzzh commented 8 months ago

Take a look at your input_prep/make_ss.sh file, check if it is executable. If not, chmod +x input_prep/make_ss.sh.

I can't find "input_prep/make_ss.sh" in RoseTTAFold-All-Aton folder. Can you tell me where is it?

xie-yun-ai commented 8 months ago

Take a look at your input_prep/make_ss.sh file, check if it is executable. If not, chmod +x input_prep/make_ss.sh.

I can't find "input_prep/make_ss.sh" in RoseTTAFold-All-Aton folder. Can you tell me where is it?

Hello, the input_prep is just below after you unzip rosettafold all atom. If you don't have it, the compressed package you downloaded may be incomplete

ILUT1 commented 8 months ago

Take a look at your input_prep/make_ss.sh file, check if it is executable. If not, chmod +x input_prep/make_ss.sh.

Thanks, it works well! I also encountered the problem of #34.