From 460bb95fdf95c8aa0449935f39403b43c73e0e40 Mon Sep 17 00:00:00 2001
From: B13nch3n <stefan.bienert@me.com>
Date: Thu, 16 Jul 2020 15:25:17 +0200
Subject: [PATCH] SCHWED-4835: Connect branched entities when loaded from mmCIF

---
 modules/io/pymod/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py
index a71fe0d18..8f5836c6e 100644
--- a/modules/io/pymod/__init__.py
+++ b/modules/io/pymod/__init__.py
@@ -339,6 +339,7 @@ def LoadMMCIF(filename, fault_tolerant=None, calpha_only=None, profile='DEFAULT'
     reader.Parse()
     if prof.processor:
       prof.processor.Process(ent)
+      reader.info.ConnectBranchLinks()
     #else:
     #  raise IOError("File doesn't contain any entities")
     if seqres and info:
-- 
GitLab