westlake-repl / SaProt

[ICLR'24 spotlight] Saprot: Protein Language Model with Structural Alphabet
MIT License
323 stars 32 forks source link

Foldseek can't be used #25

Closed huanggewudi closed 6 months ago

huanggewudi commented 6 months ago

I download foldseek from here https://drive.google.com/file/d/1B_9t3n_nlj8Y3Kpc_mMjtMdY0OPYa7Re/view and put into /home/ubuntu/bin/ but maybe it can't be used

image image

thanks for your answer.

LTEnjoy commented 6 months ago

Hi, thank you for your interest in our work!

I'm sorry but I doubt that this error was not caused by foldseek. Maybe you could try the command cd /home/ubuntu/bin and use ls to check the existence of the foldseek file. If it does exist, then use ./foldseek to test whether it works well.

Hope this could resolve your problem :)

huanggewudi commented 6 months ago

I try this, and worked.Thank you!

Linux AVX2 build (check using: cat /proc/cpuinfo | grep avx2)

wget https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz; tar xvzf foldseek-linux-avx2.tar.gz; export PATH=$(pwd)/foldseek/bin/:$PATH

douzhuang commented 3 months ago

I am unable to use Foldseek in a Windows environment, is this due to a version issue? 8e3dc22cb42bc2b38b5f7f0979c90d6

LTEnjoy commented 3 months ago

Hi, we have updated the get_struc_seq function which enables users to output foldseek outputs. You can update this file and set foldseek_verbose to True to check what the problem was.