File size: 530 Bytes
6aab6b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"protocol": "protein-anything",
"design_spec": "conf/example/vanilla_protein/1g13prot.yaml",
"output": "output/dcu_minimal",
"devices": 1,
"num_workers": 0,
"num_designs": 1,
"budget": 1,
"use_kernels": false,
"weights": {
"design_diverse": "weight/boltzgen1_diverse.ckpt",
"design_adherence": "weight/boltzgen1_adherence.ckpt",
"inverse_fold": "weight/boltzgen1_ifold.ckpt",
"folding": "weight/boltz2_conf_final.ckpt",
"affinity": "weight/boltz2_aff.ckpt"
},
"moldir": "weight/mols"
}
|