We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26a3538 + 0af3d4a commit f08d533Copy full SHA for f08d533
openfold3/core/metrics/sample_ranking.py
@@ -28,7 +28,7 @@ def full_complex_sample_ranking_metric(
28
ptm_weight: float = 0.2,
29
iptm_weight: float = 0.8,
30
disorder_weight: float = 0.5,
31
- has_clash_weight: float = -100.0,
+ has_clash_weight: float = 100.0,
32
disorder_threshold: float = 0.581,
33
**ptm_bin_kwargs,
34
) -> torch.Tensor:
openfold3/projects/of3_all_atom/config/model_config.py
@@ -524,7 +524,7 @@
524
"ptm_weight": 0.2,
525
"iptm_weight": 0.8,
526
"disorder_weight": 0.5,
527
- "has_clash_weight": -100.0,
+ "has_clash_weight": 100.0,
528
"disorder_threshold": 0.581,
529
},
530
"chain_pair_iptm": {"enabled": True},
0 commit comments