Jin Su

Results 152 comments of Jin Su

> I have the same question, if I train Saport on a small-scale dataset, how should I design my configuration file? Hi. Do you mean by training on a smaller...

Hello, can you check whether you have the executable permission for the binary file? If not, you can add the executable permission by: ``` chmod +x foldseek ```

Hi, ``AF2_UniRef50`` is organized in LMDB format. If you want to load it, you have to first download it and then open the file using ``lmdb`` package. Here is the...

> @LTEnjoy Hi, can I download the orginal structure data of the sequence? Hi, I'm sorry but the original structure data is too large to upload so We are unable...

Hi Rakesh, > Is there a python script for search and retrieval tasks which could be used without the server? How to do residue level and sequence level retrieval as...

Hi, The sequence file and id file are aligned, i.e. you can find the id of the 5th sequence in the 5th line of the id file. So you can...

@rakeshr10 Thx Rakesh! We are preparing for the final version of our manuscript, along with all database links for researchers to download. I will keep you informed once we make...

> [@LTEnjoy](https://github.com/LTEnjoy) is there a script to download all the embedding files of different databases at once. Hi, due to the large size of embeddings we cannot compress it into...

Hi, Now we have a download button in our storage website. You could click to download all file urls in a ``.txt`` file and run a loop to download all...

Thanks a lot! I'll try it out!