-
Notifications
You must be signed in to change notification settings - Fork 43
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
Are structure based potentials supported? #10
Comments
Hi, this is something that can be possible, if you are familiar with hallucination type approaches for design this is something that could be worth trying here as a potential, if you're interested in setting something like this up, I am happy to chat and explain more! |
Thanks @0merle0 |
Hi sorry for the late reply, if you send me an email with your availability we can set up a time to zoom: [email protected] |
I tried to implement a potential from RFdiffusion. Something like this:
Anyway, as I have a rather poor understanding of how RoseTTAFoldModel works here, I have some doubts about whether it is right and useful. Is it a good idea to take gradients from msa_masked, perhaps better is from msa_full? Is it a good idea to use elements from features dict, or is it better to run RosettaFold model for seq_out inside the potential? |
Well, it does not work. I was trying to run backward through the RosettaFold model, but it is somehow impossible. Perhaps, a better way is to apply potentials to sequence and structure independently. |
Upd. I managed to run backward through RosettaFold, but I still don't know, whether it is a good idea, to update sequence using structure-based potentials. Hypothetically, it is possible, but practically... Anyway, it is better than when I tried to update structure with sequence-based potentials in RFdiffusion. |
|
Hello.
Thanks again for this amazing work.
The sequence based potentials are really useful.
I am wondering if it's also possible to have structure based potentials.
For example, if I want certain residues to be close to each other in the designs, can this be encoded in a structure based potential or bias?
Best,
Amin.
The text was updated successfully, but these errors were encountered: