Closed leodoned closed 8 months ago
https://github.com/Sabryr/ProteinFolding/tree/master/RoseTTAFold/install
I think I figure it out https://github.com/RosettaCommons/RoseTTAFold/issues/13#issuecomment-887934652 I followed the guide in this link, and it works
It works! Great work!
I'm trying to run "python -m rf2aa.run_inference --config-name protein" to test. But error comes.
Using the cif atom ordering for TRP. ./make_msa.sh examples/protein/7qxr.fasta 7qxr_job/A 4 64 pdb100_2021Mar03/pdb100_2021Mar03 Predicting: 100%|██████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1.18sequences/s] Running PSIPRED buffer overflow detected : psipred terminated Running hhsearch
23:06:47.179 ERROR: In /opt/conda/conda-bld/hhsuite_1709621322429/work/src/hhalignment.cpp:223: Read:
23:06:47.179 ERROR: sequence ss_pred contains no residues.
I have checked the make_ss.stderr. /spgpu01_data/Software/Rosettafold/RoseTTAFold-All-Atom/input_prep/make_ss.sh: line 21: 808151 Aborted (core dumped) psipred $ID.mtx $DATADIR/weights.dat $DATADIR/weights.dat2 $DATADIR/weights.dat3 > $ID.ss Bad psipred pass1 file format! rm: cannot remove '7qxrjob/A/t000.msa0.a3m.csb.hhblits.ss2': No such file or directory
It seems that psipred doesn't work, I don't know why.