Closed baba-hashimoto closed 1 week ago
I just replaced the original alphafold, colabfold, and utils folders in /localcolabfold/colabfold-conda/lib/python3.10/site-packages/ with the ones from Highfold, and it works for me.
However, I am not 100% sure if that's the right way to do it or not.
Thanks for your answer. I was hesitant to copy it because there was no utils in /localcolabfold/colabfold-conda/lib/python3.10/site-packages/. After copying it, I fixed some bugs (importing PDBData as SCOPData from Bio.Data) and it started working. On the other hand, I ran the following, but the peptides did not take a cyclic structure.
fasta SAKIDNLD: SSPGIWLDCTHLEGKVILVAVHVASGYIEAVIPAETGQETAYFLLLAGRWPVKTHDNGSNFTSTTVKAACWWAGIQEDGIPYNPQSQGVIESMNKELKKIIGQVRDQAEHLKTAVQMAVFIHNHKRKGYSAGERIVIIATDIQ: SSPGIWLDCTHLEGKVILVAVHVASGYIEAVIPAETGQETAYFLLLAGRWPVKTHDNGSNFTSTTVKAACWWAGIQEDGIPYNPQSQGVIESMNKELKKIIGQVRDQAEHLKTAVQMAVFIHNHKRKGYSAGERIVIIATDIQ
Have you created a ring structure in your calculations?
I haven't tried that. I only did fasta
1 XXXXXX
and it works
Thank you for your reply. When I ran it with the same input file, I got the following error.
2024-11-06 11:54:41,499 reranking models by 'plddt' metric
2024-11-06 11:54:41,552 Warning: importing 'simtk.openmm' is deprecated. Import 'openmm' instead.
Traceback (most recent call last):
File “/home/localcolabfold/localcolabfold/colabfold-conda/bin/colabfold_batch”, line 8, in
check issue #2
Thank you for developing such a wonderful program. I tried to install it to reproduce it, but I didn't understand how to handle the utils folder. It may not work just by moving the folder. If there was someone who had previously succeeded in running it, I would be happy if you could share the information.