Replies: 2 comments 4 replies
-
Starting with the provided examples and then tweaking them for your particular use case is generally a good strategy. I will say that the typical use case for RFdiffusion is to provide the relevant system-specific configuration parameters on the command line, rather than modifying yaml configuration files directly. Unless you're doing something advanced, you shouldn't need to edit the yaml files. (Even if you do want to use a custom yaml file, my recommendation would be to make a copy and edit that, rather than modifying the main one directly.) If you're still getting an error message, it would be helpful to copy-and-paste it into your help requests, so we can have a better sense of what specifically is going wrong in your case. |
Beta Was this translation helpful? Give feedback.
-
You have partial diffusion enabled. With partial diffusion, you're perturbing the input PDB slightly. As such, you need to have starting residues to perturb. -- You can't combine partial diffusion with de novo structure generation. Your contigs, therefore, need to match the length of your input PDB. Having a designation of '70-100' in your contigs means that you're randomly sampling somewhere between 70 to 100 residues, which won't necessarily match the length of your input PDB. If you do want to do partial diffusion, all of your contig segments must be of a single length, and must match up with the input PDB length. If you did want to do both de novo generation and partial diffusion, you'll need to split it into two steps. First do the de novo generation of backbones (with the fixed context), then in a separate second step take the output of that first step and run partial diffusion on those structures. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve been working on setting up a Binder desing by editing the config files manually (base.yaml) but it always returns a error, perhaps I should go with codes shown in readme?
Beta Was this translation helpful? Give feedback.
All reactions