You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
design_ppi.sh and design_ppi_flexible_peptide.sh
assert any(x is not None for x in (conf.contigmap.inpaint_str_helix, conf.contigmap.inpaint_str_strand, conf.contigmap.inpaint_str_loop))
AssertionError
This means we need to provide these configs in the shell scripts.
All partial design shell scripts fail to work with same error as in 1.
RFdiffusion/rfdiffusion/inference/model_runners.py", line 745, in init
assert any(x is not None for x in (conf.contigmap.inpaint_str_helix, conf.contigmap.inpaint_str_strand, conf.contigmap.inpaint_str_loop))
I believe scripts in 1 are simple uses for binder design without specifying the secondary structure. But now they don't work as expected. I don't want to change every design to something like 3. Possibly some changes globally affected the parse or some if statements. Please check.
The text was updated successfully, but these errors were encountered:
assert any(x is not None for x in (conf.contigmap.inpaint_str_helix, conf.contigmap.inpaint_str_strand, conf.contigmap.inpaint_str_loop))
AssertionError
This means we need to provide these configs in the shell scripts.
works.
config error, solved by following Error in latest commit #273.
RFdiffusion/rfdiffusion/inference/model_runners.py", line 745, in init
assert any(x is not None for x in (conf.contigmap.inpaint_str_helix, conf.contigmap.inpaint_str_strand, conf.contigmap.inpaint_str_loop))
I believe scripts in 1 are simple uses for binder design without specifying the secondary structure. But now they don't work as expected. I don't want to change every design to something like 3. Possibly some changes globally affected the parse or some if statements. Please check.
The text was updated successfully, but these errors were encountered: