RosettaCommons / RFdiffusion

Code for running RFdiffusion
Other
1.67k stars 323 forks source link

Error in latest commit #273

Open zhang-bo-lilly opened 1 month ago

zhang-bo-lilly commented 1 month ago

I think in the following line, conf instead of conf.scaffoldguided should be used.

https://github.com/RosettaCommons/RFdiffusion/blob/b44206a2a79f219bb1a649ea50603a284c225050/rfdiffusion/inference/model_runners.py#L751

When conf.scaffoldguided is used, it will trigger error at

https://github.com/RosettaCommons/RFdiffusion/blob/b44206a2a79f219bb1a649ea50603a284c225050/rfdiffusion/inference/utils.py#L694

because self.conf.scaffoldguided is a Boolean and does not have the scaffold_list property