mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
* Add initial files * add files * Move projects.aa_design -> rfd3 * Make format * Delete test files * Add configs * Mc * Fixed tests * remove test files
21 lines
446 B
YAML
21 lines
446 B
YAML
# Unconditional that fixes non-protein targets
|
|
|
|
defaults:
|
|
- island
|
|
- _self_
|
|
|
|
frequency: 1.0
|
|
name: unconditional
|
|
|
|
island_sampling_kwargs:
|
|
island_len_min: 0
|
|
island_len_max: 0
|
|
n_islands_min: 0
|
|
n_islands_max: 0
|
|
|
|
# Conditional assignments won't matter for protein regions since always diffused:
|
|
p_diffuse_motif_sidechains: 0.0
|
|
p_diffuse_subgraph_atoms: 0.0
|
|
p_fix_motif_sequence: 0.0
|
|
p_fix_motif_coordinates: 0.0
|
|
p_unindex_motif_tokens: 0.0 |