We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee384b9 commit 3f85170Copy full SHA for 3f85170
colabfold/batch.py
@@ -489,11 +489,11 @@ def callback(result, recycles):
489
if k in conf[-1]: scores[k] = np.around(conf[-1][k], 2).item()
490
del pae
491
del plddt
492
- json.dump(scores, handle)
493
-
+
494
if "chain_iptm" in result:
495
scores.update({"chain_iptm": np.around(result["chain_iptm"].astype(float), 4).tolist()})
496
scores.update({"ptm_matrix": np.around(result["ptm_matrix"].astype(float), 4).tolist()})
+ json.dump(scores, handle)
497
498
del result, unrelaxed_protein
499
0 commit comments