-
|
Amazing project! I would like to apply this tool for my research but I couldn't find an easy way to perform controlled partial diffusion with protpardelle. (I have been doing it with RFdiffusion until now) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks! You can definitely perform "partial diffusion" with protpardelle - for now as a hack, you could probably use the |
Beta Was this translation helpful? Give feedback.
Thanks! You can definitely perform "partial diffusion" with protpardelle - for now as a hack, you could probably use the
model.sample()function (with the default sampling configs) to do this: set thegt_coordsandgt_cond_atom_maskto your input coordinates, and setapply_cond_proportion=0.8for example to only generate for the last 20% of the reverse diffusion. You can do this with the aatype as well to fix the sequence up until the last 20%. We'll definitely look to add this as a more convenient feature in future updates.