From f7731da4dfe4a37cb3672253df0a749e894712f8 Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Wed, 20 Apr 2022 09:42:44 +0200 Subject: [PATCH] Get rid of ColabFold chain names --- translate2modelcif.py | 1 - 1 file changed, 1 deletion(-) diff --git a/translate2modelcif.py b/translate2modelcif.py index bcfbed1..deb5551 100644 --- a/translate2modelcif.py +++ b/translate2modelcif.py @@ -573,7 +573,6 @@ def _get_modelcif_entities(target_ents, source, asym_units, system): asym_units[cif_ent["pdb_chain_id"]] = modelcif.AsymUnit( mdlcif_ent, details="struct_asym.details", - strand_id=cif_ent["pdb_chain_id"], ) system.target_entities.append(mdlcif_ent) -- GitLab