From 6b9c25449adab05292ddb7ee631d24f9ce4eaf1d Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Fri, 30 Sep 2022 13:30:36 +0200
Subject: [PATCH] Fix text

---
 translate2modelcif.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/translate2modelcif.py b/translate2modelcif.py
index 97f9a23..db57ff1 100644
--- a/translate2modelcif.py
+++ b/translate2modelcif.py
@@ -511,7 +511,7 @@ def _get_protocol_steps_and_software(config_data):
     #     "name": "ma_protocol_step.step_name",
     #     "details": "Select best model, which is either the top-ranked model "
     #     + "as determined by the ColabFold pipeline "
-    #     + "(iptmscore*0.8+ptmscore*0.2), or else the model with best "
+    #     + "(ipTM*0.8+pTM*0.2), or else the model with best "
     #     + "congruence with crosslinks reported in the related study.",
     # }
     # step["input"] = "model"
-- 
GitLab