Design symmetric complexes (inverse-folding only)
mainFor symmetric complexes like homo-dimers, you can ensure symmetric sequence generation during the inverse folding step by assigning the same symmetric_group ID to the corresponding chains in the entities section. The protein-redesign protocol supports scoring these complexes without needing separate binders and targets.
entities:
- file:
path: symmetric_dimer.cif
include:
- chain:
id: A
res_index: 100..300
symmetric_group: 1
- chain:
id: B
res_index: 100..300
symmetric_group: 1
design:
- chain:
id: A
res_index: 200..210
- chain:
id: B
res_index: 200..210