-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A problem realted to t000_ss2. #106
Comments
I met the same problem, and felt confused.I'm trying to reinstall PSIPRED, but it doesn't really work |
I had the same issue and for me 'input_prep/make_ss.sh' was not set as executable. This could be fixed with a simple: chmod 755 input_prep/make_ss.sh |
I have solved the problem by using dirrei's method. Thanks a lot! |
Same here. The psipred issue was solved using dirrei's method. Thanks a lot! |
(RFAA1) [2200012187@hr-6-6-login RoseTTAFold-All-Atom]$ python -m rf2aa.run_inference --config-name protein
/gpfs/share/home/2200012187/mambaforge/envs/RFAA1/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 informationwarnings.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, 1.58sequences/s]
Running HHblits against UniRef30 with E-value cutoff 1e-10
07:49:51.566 INFO: Input file = 7u7w_protein/A/hhblits/t000_.1e-10.a3m
07:49:51.566 INFO: Output file = 7u7w_protein/A/hhblits/t000_.1e-10.id90cov75.a3m
07:49:51.746 WARNING: Maximum number 100000 of sequences exceeded in file 7u7w_protein/A/hhblits/t000_.1e-10.a3m
07:50:30.457 INFO: Input file = 7u7w_protein/A/hhblits/t000_.1e-10.a3m
07:50:30.457 INFO: Output file = 7u7w_protein/A/hhblits/t000_.1e-10.id90cov50.a3m
07:50:30.638 WARNING: Maximum number 100000 of sequences exceeded in file 7u7w_protein/A/hhblits/t000_.1e-10.a3m
Running PSIPRED
Running hhsearch
cat: 7u7w_protein/A/t000_.ss2: No such file or directory
I try to run the 7u7w_protein, but why the programm cannot find t000_.ss2? Thanks a lot if you can help me!
The text was updated successfully, but these errors were encountered: