-
Notifications
You must be signed in to change notification settings - Fork 18
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
Generate new sequence by fixing the length #14
Comments
Hi, Kind regards |
Please refer to https://github.com/steineggerlab/foldseek. You could easily use the tools provided by foldseek to calculate TMscore, RMSD, etc. |
Thanks, how you perform the evaluation process i.e; how many new sequences are generated to performa the evaluation process? |
Also could you share the test set. It will help for me to compare between ProLlama and our proposed model. |
1000 protein sequences used for each model in Table 2. We use models in Table2 to generate 1000 proteins respectively. You could use ProLLaMA_Stage_1 to generate 1000 sequecens unconditionally throught scripts/infer.py. And then compare the proteins generated by ProLLaMA with your proposed model. Best Regards |
Hi,
Your work is fantastic!
I have a question: I want to generate a sequence of proteins by providing the length as input.
For example:
Generate a sequence of length 100.
How can I do this?
Thanks and regards,
Shrimon Mukherjee
The text was updated successfully, but these errors were encountered: